#A95499

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

Shades of Violet Blue #A95499

Tints of Violet Blue #A95499

Color information

#A95499 (or 0xA95499) is unknown color: approx Violet Blue. HEX triplet: A9, 54 and 99. RGB value is (169,84,153). Sum of RGB (Red+Green+Blue) = 169+84+153=406 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.63% from 406); Green value is 84 (33.20% from 255 or 20.69% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 169 - color contains mainly: red. Hex color #A95499 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95499 is #56AB66. Grayscale: #757575. Windows color (decimal): -5679975 or 10048681. OLE color: 10048681.

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

Color convert

RGB16984153-
CMYK00.500.090.34
HSL311.29º33.6%49.61%-
HSV(B)311.29º50.3%66.27%-
XYZ25.2817.0832.1-
YUV117.28148.16164.89-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.63%
GREEN value IS 84 (33.20% from 255) = 20.69%
BLUE value IS 153 (60.16% from 255) = 37.68%
R=41.63%
G=20.69%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698415300.500.090.34311.2933.649.61
HexA954990329221372232
Octal25112423106211424674262
Binary1010100110101001001100101100101001100010100110111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95499; }

 p { color: rgb(169,84,153); }

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

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

 a { background-color: rgb(169,84,153); }

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

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

 span { border-color: rgb(169,84,153); }

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