#A04FA9

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

Shades of Violet Blue #A04FA9

Tints of Violet Blue #A04FA9

Color information

#A04FA9 (or 0xA04FA9) is unknown color: approx Violet Blue. HEX triplet: A0, 4F and A9. RGB value is (160,79,169). Sum of RGB (Red+Green+Blue) = 160+79+169=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 79 (31.25% from 255 or 19.36% from 408); Blue value is 169 (66.41% from 255 or 41.42% from 408); Max value from RGB is 169 - color contains mainly: blue. Hex color #A04FA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A04FA9 is #5FB056. Grayscale: #717171. Windows color (decimal): -6271063 or 11095968. OLE color: 11095968.

HSL color Cylindrical-coordinate representation of color #A04FA9: hue angle of 294º 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 #A04FA9 is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB16079169-
CMYK0.050.5300.34
HSL294º36.29%48.63%-
HSV(B)294º53.25%66.27%-
XYZ24.4515.9339.32-
YUV113.48159.34161.18-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.22%
GREEN value IS 79 (31.25% from 255) = 19.36%
BLUE value IS 169 (66.41% from 255) = 41.42%
R=39.22%
G=19.36%
B=41.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal160791690.050.5300.3429436.2948.63
HexA04FA95350221262431
Octal2401172515650424464461
Binary101000001001111101010011011101010100010100100110100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04FA9; }

 p { color: rgb(160,79,169); }

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

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

 a { background-color: rgb(160,79,169); }

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

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

 span { border-color: rgb(160,79,169); }

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