#A85EA6

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

Shades of Violet Blue #A85EA6

Tints of Violet Blue #A85EA6

Color information

#A85EA6 (or 0xA85EA6) is unknown color: approx Violet Blue. HEX triplet: A8, 5E and A6. RGB value is (168,94,166). Sum of RGB (Red+Green+Blue) = 168+94+166=428 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.25% from 428); Green value is 94 (37.11% from 255 or 21.96% from 428); Blue value is 166 (65.23% from 255 or 38.79% from 428); Max value from RGB is 168 - color contains mainly: red. Hex color #A85EA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85EA6 is #57A159. Grayscale: #7C7C7C. Windows color (decimal): -5742938 or 10903208. OLE color: 10903208.

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

Color convert

RGB16894166-
CMYK00.440.010.34
HSL301.62º29.84%51.37%-
HSV(B)301.62º44.05%65.88%-
XYZ27.0319.0838.34-
YUV124.33151.52159.15-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.25%
GREEN value IS 94 (37.11% from 255) = 21.96%
BLUE value IS 166 (65.23% from 255) = 38.79%
R=39.25%
G=21.96%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.01
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1689416600.440.010.34301.6229.8451.37
HexA85EA602C12212e1e33
Octal2501362460541424563663
Binary101010001011110101001100101100110001010010111011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85EA6; }

 p { color: rgb(168,94,166); }

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

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

 a { background-color: rgb(168,94,166); }

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

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

 span { border-color: rgb(168,94,166); }

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