#A85CAF

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

Shades of Violet Blue #A85CAF

Tints of Violet Blue #A85CAF

Color information

#A85CAF (or 0xA85CAF) is unknown color: approx Violet Blue. HEX triplet: A8, 5C and AF. RGB value is (168,92,175). Sum of RGB (Red+Green+Blue) = 168+92+175=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 92 (36.33% from 255 or 21.15% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 175 - color contains mainly: blue. Hex color #A85CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85CAF is #57A350. Grayscale: #7B7B7B. Windows color (decimal): -5743441 or 11492520. OLE color: 11492520.

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

Color convert

RGB16892175-
CMYK0.040.4700.31
HSL294.94º34.16%52.35%-
HSV(B)294.94º47.43%68.63%-
XYZ27.7119.0742.78-
YUV124.19156.68159.25-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.62%
GREEN value IS 92 (36.33% from 255) = 21.15%
BLUE value IS 175 (68.75% from 255) = 40.23%
R=38.62%
G=21.15%
B=40.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal168921750.040.4700.31294.9434.1652.35
HexA85CAF42F01F1272234
Octal2501342574570374474264
Binary10101000101110010101111100101111011111100100111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85CAF; }

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

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

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

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

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

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

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

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