#a95791

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

Shades of Violet Blue #A95791

Tints of Violet Blue #A95791

Color information

#A95791 (or 0xA95791) is unknown color: approx Violet Blue. HEX triplet: A9, 57 and 91. RGB value is (169,87,145). Sum of RGB (Red+Green+Blue) = 169+87+145=401 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.14% from 401); Green value is 87 (34.38% from 255 or 21.70% from 401); Blue value is 145 (57.03% from 255 or 36.16% from 401); Max value from RGB is 169 - color contains mainly: red. Hex color #A95791 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95791 is #56A86E. Grayscale: #757575. Windows color (decimal): -5679215 or 9525161. OLE color: 9525161.

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

Color convert

RGB16987145-
CMYK00.490.140.34
HSL317.56º32.28%50.2%-
HSV(B)317.56º48.52%66.27%-
XYZ24.8817.328.82-
YUV118.13143.17164.28-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.14%
GREEN value IS 87 (34.38% from 255) = 21.70%
BLUE value IS 145 (57.03% from 255) = 36.16%
R=42.14%
G=21.70%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698714500.490.140.34317.5632.2850.2
HexA95791031E2213e2032
Octal25112722106116424764062
Binary1010100110101111001000101100011110100010100111110100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a95791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a95791; }

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

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

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

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

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

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

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

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