#A95099

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

Shades of Violet Blue #A95099

Tints of Violet Blue #A95099

Color information

#A95099 (or 0xA95099) is unknown color: approx Violet Blue. HEX triplet: A9, 50 and 99. RGB value is (169,80,153). Sum of RGB (Red+Green+Blue) = 169+80+153=402 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.04% from 402); Green value is 80 (31.64% from 255 or 19.90% from 402); Blue value is 153 (60.16% from 255 or 38.06% from 402); Max value from RGB is 169 - color contains mainly: red. Hex color #A95099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95099 is #56AF66. Grayscale: #727272. Windows color (decimal): -5680999 or 10047657. OLE color: 10047657.

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

Color convert

RGB16980153-
CMYK00.530.090.34
HSL310.79º35.74%48.82%-
HSV(B)310.79º52.66%66.27%-
XYZ24.9816.4732-
YUV114.93149.49166.56-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.04%
GREEN value IS 80 (31.64% from 255) = 19.90%
BLUE value IS 153 (60.16% from 255) = 38.06%
R=42.04%
G=19.90%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698015300.530.090.34310.7935.7448.82
HexA950990359221372431
Octal25112023106511424674461
Binary1010100110100001001100101101011001100010100110111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95099; }

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

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

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

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

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

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

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

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