#A85B9E

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

Shades of Violet Blue #A85B9E

Tints of Violet Blue #A85B9E

Color information

#A85B9E (or 0xA85B9E) is unknown color: approx Violet Blue. HEX triplet: A8, 5B and 9E. RGB value is (168,91,158). Sum of RGB (Red+Green+Blue) = 168+91+158=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 91 (35.94% from 255 or 21.82% from 417); Blue value is 158 (62.11% from 255 or 37.89% from 417); Max value from RGB is 168 - color contains mainly: red. Hex color #A85B9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85B9E is #57A461. Grayscale: #797979. Windows color (decimal): -5743714 or 10378152. OLE color: 10378152.

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

Color convert

RGB16891158-
CMYK00.460.060.34
HSL307.79º30.68%50.78%-
HSV(B)307.79º45.83%65.88%-
XYZ26.0618.2834.5-
YUV121.66148.51161.05-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.29%
GREEN value IS 91 (35.94% from 255) = 21.82%
BLUE value IS 158 (62.11% from 255) = 37.89%
R=40.29%
G=21.82%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1689115800.460.060.34307.7930.6850.78
HexA85B9E02E6221341f33
Octal2501332360566424643763
Binary10101000101101110011110010111011010001010011010011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85B9E; }

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

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

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

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

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

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

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

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