#A04FA0

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

Shades of Violet Blue #A04FA0

Tints of Violet Blue #A04FA0

Color information

#A04FA0 (or 0xA04FA0) is unknown color: approx Violet Blue. HEX triplet: A0, 4F and A0. RGB value is (160,79,160). Sum of RGB (Red+Green+Blue) = 160+79+160=399 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.10% from 399); Green value is 79 (31.25% from 255 or 19.80% from 399); Blue value is 160 (62.89% from 255 or 40.10% from 399); Max value from RGB is 160 - color contains mainly: red, blue. Hex color #A04FA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A04FA0 is #5FB05F. Grayscale: #707070. Windows color (decimal): -6271072 or 10506144. OLE color: 10506144.

HSL color Cylindrical-coordinate representation of color #A04FA0: hue angle of 300º 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 #A04FA0 is Cyan = 0, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB16079160-
CMYK00.5100.37
HSL300º33.89%46.86%-
HSV(B)300º50.63%62.75%-
XYZ23.6415.635.02-
YUV112.45154.84161.91-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.10%
GREEN value IS 79 (31.25% from 255) = 19.80%
BLUE value IS 160 (62.89% from 255) = 40.10%
R=40.10%
G=19.80%
B=40.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607916000.5100.3730033.8946.86
HexA04FA003302512c222f
Octal2401172400630454544257
Binary1010000010011111010000001100110100101100101100100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04FA0; }

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

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

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

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

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

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

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

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