#A65E91

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

Shades of Violet Blue #A65E91

Tints of Violet Blue #A65E91

Color information

#A65E91 (or 0xA65E91) is unknown color: approx Violet Blue. HEX triplet: A6, 5E and 91. RGB value is (166,94,145). Sum of RGB (Red+Green+Blue) = 166+94+145=405 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.99% from 405); Green value is 94 (37.11% from 255 or 23.21% from 405); Blue value is 145 (57.03% from 255 or 35.80% from 405); Max value from RGB is 166 - color contains mainly: red. Hex color #A65E91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65E91 is #59A16E. Grayscale: #797979. Windows color (decimal): -5874031 or 9526950. OLE color: 9526950.

HSL color Cylindrical-coordinate representation of color #A65E91: hue angle of 317.5º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A65E91 is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB16694145-
CMYK00.430.130.35
HSL317.5º28.8%50.98%-
HSV(B)317.5º43.37%65.1%-
XYZ24.8418.1628.98-
YUV121.34141.35159.85-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.99%
GREEN value IS 94 (37.11% from 255) = 23.21%
BLUE value IS 145 (57.03% from 255) = 35.80%
R=40.99%
G=23.21%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669414500.430.130.35317.528.850.98
HexA65E9102BD2313e1d33
Octal24613622105315434763563
Binary101001101011110100100010101011110110001110011111011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65E91; }

 p { color: rgb(166,94,145); }

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

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

 a { background-color: rgb(166,94,145); }

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

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

 span { border-color: rgb(166,94,145); }

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