#A95991

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

Shades of Violet Blue #A95991

Tints of Violet Blue #A95991

Color information

#A95991 (or 0xA95991) is unknown color: approx Violet Blue. HEX triplet: A9, 59 and 91. RGB value is (169,89,145). Sum of RGB (Red+Green+Blue) = 169+89+145=403 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.94% from 403); Green value is 89 (35.16% from 255 or 22.08% from 403); Blue value is 145 (57.03% from 255 or 35.98% from 403); Max value from RGB is 169 - color contains mainly: red. Hex color #A95991 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95991 is #56A66E. Grayscale: #777777. Windows color (decimal): -5678703 or 9525673. OLE color: 9525673.

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

Color convert

RGB16989145-
CMYK00.470.140.34
HSL318º31.75%50.59%-
HSV(B)318º47.34%66.27%-
XYZ25.0517.6228.87-
YUV119.3142.5163.45-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.94%
GREEN value IS 89 (35.16% from 255) = 22.08%
BLUE value IS 145 (57.03% from 255) = 35.98%
R=41.94%
G=22.08%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698914500.470.140.3431831.7550.59
HexA9599102FE2213e2033
Octal25113122105716424764063
Binary1010100110110011001000101011111110100010100111110100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95991; }

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

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

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

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

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

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

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

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