#A85791

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

Shades of Violet Blue #A85791

Tints of Violet Blue #A85791

Color information

#A85791 (or 0xA85791) is unknown color: approx Violet Blue. HEX triplet: A8, 57 and 91. RGB value is (168,87,145). Sum of RGB (Red+Green+Blue) = 168+87+145=400 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42% from 400); Green value is 87 (34.38% from 255 or 21.75% from 400); Blue value is 145 (57.03% from 255 or 36.25% from 400); Max value from RGB is 168 - color contains mainly: red. Hex color #A85791 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85791 is #57A86E. Grayscale: #757575. Windows color (decimal): -5744751 or 9525160. OLE color: 9525160.

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

Color convert

RGB16887145-
CMYK00.480.140.34
HSL317.04º31.76%50%-
HSV(B)317.04º48.21%65.88%-
XYZ24.6717.1928.81-
YUV117.83143.34163.78-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42%
GREEN value IS 87 (34.38% from 255) = 21.75%
BLUE value IS 145 (57.03% from 255) = 36.25%
R=42%
G=21.75%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1688714500.480.140.34317.0431.7650
HexA85791030E2213d2032
Octal25012722106016424754062
Binary1010100010101111001000101100001110100010100111101100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85791; }

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

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

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

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

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

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

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

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