#a04f8e

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

Shades of Violet Blue #A04F8E

Tints of Violet Blue #A04F8E

Color information

#A04F8E (or 0xA04F8E) is unknown color: approx Violet Blue. HEX triplet: A0, 4F and 8E. RGB value is (160,79,142). Sum of RGB (Red+Green+Blue) = 160+79+142=381 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.99% from 381); Green value is 79 (31.25% from 255 or 20.73% from 381); Blue value is 142 (55.86% from 255 or 37.27% from 381); Max value from RGB is 160 - color contains mainly: red. Hex color #A04F8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A04F8E is #5FB071. Grayscale: #6E6E6E. Windows color (decimal): -6271090 or 9326496. OLE color: 9326496.

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

Color convert

RGB16079142-
CMYK00.510.110.37
HSL313.33º33.89%46.86%-
HSV(B)313.33º50.63%62.75%-
XYZ22.1815.0227.32-
YUV110.4145.84163.38-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.99%
GREEN value IS 79 (31.25% from 255) = 20.73%
BLUE value IS 142 (55.86% from 255) = 37.27%
R=41.99%
G=20.73%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607914200.510.110.37313.3333.8946.86
HexA04F8E033B25139222f
Octal24011721606313454714257
Binary1010000010011111000111001100111011100101100111001100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a04f8e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a04f8e; }

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

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

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

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

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

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

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

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