#A04F99

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

Shades of Violet Blue #A04F99

Tints of Violet Blue #A04F99

Color information

#A04F99 (or 0xA04F99) is unknown color: approx Violet Blue. HEX triplet: A0, 4F and 99. RGB value is (160,79,153). Sum of RGB (Red+Green+Blue) = 160+79+153=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 79 (31.25% from 255 or 20.15% from 392); Blue value is 153 (60.16% from 255 or 39.03% from 392); Max value from RGB is 160 - color contains mainly: red. Hex color #A04F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A04F99 is #5FB066. Grayscale: #6F6F6F. Windows color (decimal): -6271079 or 10047392. OLE color: 10047392.

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

Color convert

RGB16079153-
CMYK00.510.040.37
HSL305.19º33.89%46.86%-
HSV(B)305.19º50.63%62.75%-
XYZ23.0415.3731.89-
YUV111.66151.34162.48-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.82%
GREEN value IS 79 (31.25% from 255) = 20.15%
BLUE value IS 153 (60.16% from 255) = 39.03%
R=40.82%
G=20.15%
B=39.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607915300.510.040.37305.1933.8946.86
HexA04F99033425131222f
Octal2401172310634454614257
Binary101000001001111100110010110011100100101100110001100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04F99; }

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

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

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

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

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

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

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

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