#A04099

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

Shades of Violet Blue #A04099

Tints of Violet Blue #A04099

Color information

#A04099 (or 0xA04099) is unknown color: approx Violet Blue. HEX triplet: A0, 40 and 99. RGB value is (160,64,153). Sum of RGB (Red+Green+Blue) = 160+64+153=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 64 (25.39% from 255 or 16.98% from 377); Blue value is 153 (60.16% from 255 or 40.58% from 377); Max value from RGB is 160 - color contains mainly: red. Hex color #A04099 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04099 is #5FBF66. Grayscale: #666666. Windows color (decimal): -6274919 or 10043552. OLE color: 10043552.

HSL color Cylindrical-coordinate representation of color #A04099: hue angle of 304.38º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A04099 is Cyan = 0, Magento = 0.6, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB16064153-
CMYK00.60.040.37
HSL304.38º42.86%43.92%-
HSV(B)304.38º60%62.75%-
XYZ22.0813.4431.57-
YUV102.85156.3168.76-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.44%
GREEN value IS 64 (25.39% from 255) = 16.98%
BLUE value IS 153 (60.16% from 255) = 40.58%
R=42.44%
G=16.98%
B=40.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606415300.60.040.37304.3842.8643.92
HexA0409903C4251302b2c
Octal2401002310744454605354
Binary101000001000000100110010111100100100101100110000101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04099; }

 p { color: rgb(160,64,153); }

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

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

 a { background-color: rgb(160,64,153); }

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

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

 span { border-color: rgb(160,64,153); }

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