#A95D99

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

Shades of Violet Blue #A95D99

Tints of Violet Blue #A95D99

Color information

#A95D99 (or 0xA95D99) is unknown color: approx Violet Blue. HEX triplet: A9, 5D and 99. RGB value is (169,93,153). Sum of RGB (Red+Green+Blue) = 169+93+153=415 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.72% from 415); Green value is 93 (36.72% from 255 or 22.41% from 415); Blue value is 153 (60.16% from 255 or 36.87% from 415); Max value from RGB is 169 - color contains mainly: red. Hex color #A95D99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95D99 is #56A266. Grayscale: #7A7A7A. Windows color (decimal): -5677671 or 10050985. OLE color: 10050985.

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

Color convert

RGB16993153-
CMYK00.450.090.34
HSL312.63º30.65%51.37%-
HSV(B)312.63º44.97%66.27%-
XYZ26.0318.5632.35-
YUV122.56145.18161.12-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.72%
GREEN value IS 93 (36.72% from 255) = 22.41%
BLUE value IS 153 (60.16% from 255) = 36.87%
R=40.72%
G=22.41%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699315300.450.090.34312.6330.6551.37
HexA95D9902D9221391f33
Octal25113523105511424713763
Binary101010011011101100110010101101100110001010011100111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95D99; }

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

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

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

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

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

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

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

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