#A85FDB

Color #A85FDB Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #A85FDB

Tints of Amethyst #A85FDB

Color information

#A85FDB (or 0xA85FDB) is unknown color: approx Amethyst. HEX triplet: A8, 5F and DB. RGB value is (168,95,219). Sum of RGB (Red+Green+Blue) = 168+95+219=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 95 (37.5% from 255 or 19.71% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #A85FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85FDB is #57A024. Grayscale: #828282. Windows color (decimal): -5742629 or 14376872. OLE color: 14376872.

HSL color Cylindrical-coordinate representation of color #A85FDB: hue angle of 275.32º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A85FDB is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB16895219-
CMYK0.230.5700.14
HSL275.32º63.27%61.57%-
HSV(B)275.32º56.62%85.88%-
XYZ33.0321.6269.45-
YUV130.96177.68154.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 34.85%
GREEN value IS 95 (37.5% from 255) = 19.71%
BLUE value IS 219 (85.94% from 255) = 45.44%
R=34.85%
G=19.71%
B=45.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal168952190.230.5700.14275.3263.2761.57
HexA85FDB17390E1133f3e
Octal25013733327710164237776
Binary101010001011111110110111011111100101110100010011111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85FDB; }

 p { color: rgb(168,95,219); }

 H1.HeaderClassName
 {
   color: #A85FDB;
 }
 .AnyTagClassName
 {
   color: #A85FDB;
 }
</style>
background-color css

<style>
 a { background-color: #A85FDB; }

 a { background-color: rgb(168,95,219); }

 div.DivClassName
 {
   background-color: #A85FDB;
 }
 .BgClassName
 {
   background-color: #A85FDB;
 }
</style>
border-color css

<style>
 span { border-color: #A85FDB; }

 span { border-color: rgb(168,95,219); }

 td.TdClassName
 {
   border-color: #A85FDB;
 }
 .TagClassName
 {
   border-color: #A85FDB;
 }
</style>