#A96299

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

Shades of Violet Blue #A96299

Tints of Violet Blue #A96299

Color information

#A96299 (or 0xA96299) is unknown color: approx Violet Blue. HEX triplet: A9, 62 and 99. RGB value is (169,98,153). Sum of RGB (Red+Green+Blue) = 169+98+153=420 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.24% from 420); Green value is 98 (38.67% from 255 or 23.33% from 420); Blue value is 153 (60.16% from 255 or 36.43% from 420); Max value from RGB is 169 - color contains mainly: red. Hex color #A96299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96299 is #569D66. Grayscale: #7D7D7D. Windows color (decimal): -5676391 or 10052265. OLE color: 10052265.

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

Color convert

RGB16998153-
CMYK00.420.090.34
HSL313.52º29.22%52.35%-
HSV(B)313.52º42.01%66.27%-
XYZ26.4819.4732.5-
YUV125.5143.52159.03-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.24%
GREEN value IS 98 (38.67% from 255) = 23.33%
BLUE value IS 153 (60.16% from 255) = 36.43%
R=40.24%
G=23.33%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699815300.420.090.34313.5229.2252.35
HexA9629902A92213a1d34
Octal25114223105211424723564
Binary101010011100010100110010101010100110001010011101011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96299; }

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

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

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

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

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

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

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

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