#A85BAB

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

Shades of Violet Blue #A85BAB

Tints of Violet Blue #A85BAB

Color information

#A85BAB (or 0xA85BAB) is unknown color: approx Violet Blue. HEX triplet: A8, 5B and AB. RGB value is (168,91,171). Sum of RGB (Red+Green+Blue) = 168+91+171=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 91 (35.94% from 255 or 21.16% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 171 - color contains mainly: blue. Hex color #A85BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85BAB is #57A454. Grayscale: #7A7A7A. Windows color (decimal): -5743701 or 11230120. OLE color: 11230120.

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

Color convert

RGB16891171-
CMYK0.020.4700.33
HSL297.75º32.26%51.37%-
HSV(B)297.75º46.78%67.06%-
XYZ27.2418.7540.71-
YUV123.14155.01160-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.07%
GREEN value IS 91 (35.94% from 255) = 21.16%
BLUE value IS 171 (67.19% from 255) = 39.77%
R=39.07%
G=21.16%
B=39.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal168911710.020.4700.33297.7532.2651.37
HexA85BAB22F02112a2033
Octal2501332532570414524063
Binary10101000101101110101011101011110100001100101010100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85BAB; }

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

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

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

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

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

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

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

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