#A85CA9

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

Shades of Violet Blue #A85CA9

Tints of Violet Blue #A85CA9

Color information

#A85CA9 (or 0xA85CA9) is unknown color: approx Violet Blue. HEX triplet: A8, 5C and A9. RGB value is (168,92,169). Sum of RGB (Red+Green+Blue) = 168+92+169=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 92 (36.33% from 255 or 21.45% from 429); Blue value is 169 (66.41% from 255 or 39.39% from 429); Max value from RGB is 169 - color contains mainly: blue. Hex color #A85CA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85CA9 is #57A356. Grayscale: #7B7B7B. Windows color (decimal): -5743447 or 11099304. OLE color: 11099304.

HSL color Cylindrical-coordinate representation of color #A85CA9: hue angle of 299.22º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A85CA9 is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB16892169-
CMYK0.010.4600.34
HSL299.22º30.92%51.18%-
HSV(B)299.22º45.56%66.27%-
XYZ27.1418.8439.74-
YUV123.5153.68159.74-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.16%
GREEN value IS 92 (36.33% from 255) = 21.45%
BLUE value IS 169 (66.41% from 255) = 39.39%
R=39.16%
G=21.45%
B=39.39%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168921690.010.4600.34299.2230.9251.18
HexA85CA912E02212b1f33
Octal2501342511560424533763
Binary101010001011100101010011101110010001010010101111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85CA9; }

 p { color: rgb(168,92,169); }

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

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

 a { background-color: rgb(168,92,169); }

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

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

 span { border-color: rgb(168,92,169); }

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