#A85EAF

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

Shades of Violet Blue #A85EAF

Tints of Violet Blue #A85EAF

Color information

#A85EAF (or 0xA85EAF) is unknown color: approx Violet Blue. HEX triplet: A8, 5E and AF. RGB value is (168,94,175). Sum of RGB (Red+Green+Blue) = 168+94+175=437 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.44% from 437); Green value is 94 (37.11% from 255 or 21.51% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 175 - color contains mainly: blue. Hex color #A85EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85EAF is #57A150. Grayscale: #7D7D7D. Windows color (decimal): -5742929 or 11493032. OLE color: 11493032.

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

Color convert

RGB16894175-
CMYK0.040.4600.31
HSL294.81º33.61%52.75%-
HSV(B)294.81º46.29%68.63%-
XYZ27.8919.4342.84-
YUV125.36156.02158.41-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.44%
GREEN value IS 94 (37.11% from 255) = 21.51%
BLUE value IS 175 (68.75% from 255) = 40.05%
R=38.44%
G=21.51%
B=40.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal168941750.040.4600.31294.8133.6152.75
HexA85EAF42E01F1272235
Octal2501362574560374474265
Binary10101000101111010101111100101110011111100100111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85EAF; }

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

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

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

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

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

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

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

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