#A95A91

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

Shades of Violet Blue #A95A91

Tints of Violet Blue #A95A91

Color information

#A95A91 (or 0xA95A91) is unknown color: approx Violet Blue. HEX triplet: A9, 5A and 91. RGB value is (169,90,145). Sum of RGB (Red+Green+Blue) = 169+90+145=404 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.83% from 404); Green value is 90 (35.55% from 255 or 22.28% from 404); Blue value is 145 (57.03% from 255 or 35.89% from 404); Max value from RGB is 169 - color contains mainly: red. Hex color #A95A91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95A91 is #56A56E. Grayscale: #777777. Windows color (decimal): -5678447 or 9525929. OLE color: 9525929.

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

Color convert

RGB16990145-
CMYK00.470.140.34
HSL318.23º31.47%50.78%-
HSV(B)318.23º46.75%66.27%-
XYZ25.1317.7928.9-
YUV119.89142.17163.03-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.83%
GREEN value IS 90 (35.55% from 255) = 22.28%
BLUE value IS 145 (57.03% from 255) = 35.89%
R=41.83%
G=22.28%
B=35.89%

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
Decimal1699014500.470.140.34318.2331.4750.78
HexA95A9102FE2213e1f33
Octal25113222105716424763763
Binary101010011011010100100010101111111010001010011111011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95A91; }

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

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

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

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

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

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

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

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