#A85995

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

Shades of Violet Blue #A85995

Tints of Violet Blue #A85995

Color information

#A85995 (or 0xA85995) is unknown color: approx Violet Blue. HEX triplet: A8, 59 and 95. RGB value is (168,89,149). Sum of RGB (Red+Green+Blue) = 168+89+149=406 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.38% from 406); Green value is 89 (35.16% from 255 or 21.92% from 406); Blue value is 149 (58.59% from 255 or 36.70% from 406); Max value from RGB is 168 - color contains mainly: red. Hex color #A85995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85995 is #57A66A. Grayscale: #777777. Windows color (decimal): -5744235 or 9787816. OLE color: 9787816.

HSL color Cylindrical-coordinate representation of color #A85995: hue angle of 314.43º 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 #A85995 is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB16889149-
CMYK00.470.110.34
HSL314.43º31.23%50.39%-
HSV(B)314.43º47.02%65.88%-
XYZ25.1517.6430.51-
YUV119.46144.67162.62-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.38%
GREEN value IS 89 (35.16% from 255) = 21.92%
BLUE value IS 149 (58.59% from 255) = 36.70%
R=41.38%
G=21.92%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1688914900.470.110.34314.4331.2350.39
HexA8599502FB2213a1f32
Octal25013122505713424723762
Binary101010001011001100101010101111101110001010011101011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85995; }

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

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

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

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

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

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

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

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