#A96099

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

Shades of Violet Blue #A96099

Tints of Violet Blue #A96099

Color information

#A96099 (or 0xA96099) is unknown color: approx Violet Blue. HEX triplet: A9, 60 and 99. RGB value is (169,96,153). Sum of RGB (Red+Green+Blue) = 169+96+153=418 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.43% from 418); Green value is 96 (37.89% from 255 or 22.97% from 418); Blue value is 153 (60.16% from 255 or 36.60% from 418); Max value from RGB is 169 - color contains mainly: red. Hex color #A96099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96099 is #569F66. Grayscale: #7C7C7C. Windows color (decimal): -5676903 or 10051753. OLE color: 10051753.

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

Color convert

RGB16996153-
CMYK00.430.090.34
HSL313.15º29.8%51.96%-
HSV(B)313.15º43.2%66.27%-
XYZ26.2919.132.44-
YUV124.32144.18159.87-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.43%
GREEN value IS 96 (37.89% from 255) = 22.97%
BLUE value IS 153 (60.16% from 255) = 36.60%
R=40.43%
G=22.97%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699615300.430.090.34313.1529.851.96
HexA9609902B9221391e34
Octal25114023105311424713664
Binary101010011100000100110010101011100110001010011100111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96099; }

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

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

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

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

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

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

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

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