#A85CAB

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

Shades of Violet Blue #A85CAB

Tints of Violet Blue #A85CAB

Color information

#A85CAB (or 0xA85CAB) is unknown color: approx Violet Blue. HEX triplet: A8, 5C and AB. RGB value is (168,92,171). Sum of RGB (Red+Green+Blue) = 168+92+171=431 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.98% from 431); Green value is 92 (36.33% from 255 or 21.35% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 171 - color contains mainly: blue. Hex color #A85CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85CAB is #57A354. Grayscale: #7B7B7B. Windows color (decimal): -5743445 or 11230376. OLE color: 11230376.

HSL color Cylindrical-coordinate representation of color #A85CAB: hue angle of 297.72º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A85CAB is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16892171-
CMYK0.020.4600.33
HSL297.72º31.98%51.57%-
HSV(B)297.72º46.2%67.06%-
XYZ27.3318.9240.74-
YUV123.73154.68159.58-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.98%
GREEN value IS 92 (36.33% from 255) = 21.35%
BLUE value IS 171 (67.19% from 255) = 39.68%
R=38.98%
G=21.35%
B=39.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal168921710.020.4600.33297.7231.9851.57
HexA85CAB22E02112a2034
Octal2501342532560414524064
Binary10101000101110010101011101011100100001100101010100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85CAB; }

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

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

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

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

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

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

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

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