#A85991

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

Shades of Violet Blue #A85991

Tints of Violet Blue #A85991

Color information

#A85991 (or 0xA85991) is unknown color: approx Violet Blue. HEX triplet: A8, 59 and 91. RGB value is (168,89,145). Sum of RGB (Red+Green+Blue) = 168+89+145=402 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.79% from 402); Green value is 89 (35.16% from 255 or 22.14% from 402); Blue value is 145 (57.03% from 255 or 36.07% from 402); Max value from RGB is 168 - color contains mainly: red. Hex color #A85991 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85991 is #57A66E. Grayscale: #767676. Windows color (decimal): -5744239 or 9525672. OLE color: 9525672.

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

Color convert

RGB16889145-
CMYK00.470.140.34
HSL317.47º31.23%50.39%-
HSV(B)317.47º47.02%65.88%-
XYZ24.8317.5128.86-
YUV119142.67162.95-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.79%
GREEN value IS 89 (35.16% from 255) = 22.14%
BLUE value IS 145 (57.03% from 255) = 36.07%
R=41.79%
G=22.14%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1688914500.470.140.34317.4731.2350.39
HexA8599102FE2213d1f32
Octal25013122105716424753762
Binary101010001011001100100010101111111010001010011110111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85991; }

 p { color: rgb(168,89,145); }

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

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

 a { background-color: rgb(168,89,145); }

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

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

 span { border-color: rgb(168,89,145); }

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