#A96399

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

Shades of Violet Blue #A96399

Tints of Violet Blue #A96399

Color information

#A96399 (or 0xA96399) is unknown color: approx Violet Blue. HEX triplet: A9, 63 and 99. RGB value is (169,99,153). Sum of RGB (Red+Green+Blue) = 169+99+153=421 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.14% from 421); Green value is 99 (39.06% from 255 or 23.52% from 421); Blue value is 153 (60.16% from 255 or 36.34% from 421); Max value from RGB is 169 - color contains mainly: red. Hex color #A96399 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96399 is #569C66. Grayscale: #7D7D7D. Windows color (decimal): -5676135 or 10052521. OLE color: 10052521.

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

Color convert

RGB16999153-
CMYK00.410.090.34
HSL313.71º28.93%52.55%-
HSV(B)313.71º41.42%66.27%-
XYZ26.5719.6632.53-
YUV126.09143.19158.61-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.14%
GREEN value IS 99 (39.06% from 255) = 23.52%
BLUE value IS 153 (60.16% from 255) = 36.34%
R=40.14%
G=23.52%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699915300.410.090.34313.7128.9352.55
HexA9639902992213a1d35
Octal25114323105111424723565
Binary101010011100011100110010101001100110001010011101011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96399; }

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

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

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

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

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

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

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

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