#A04F8F

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

Shades of Violet Blue #A04F8F

Tints of Violet Blue #A04F8F

Color information

#A04F8F (or 0xA04F8F) is unknown color: approx Violet Blue. HEX triplet: A0, 4F and 8F. RGB value is (160,79,143). Sum of RGB (Red+Green+Blue) = 160+79+143=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 79 (31.25% from 255 or 20.68% from 382); Blue value is 143 (56.25% from 255 or 37.43% from 382); Max value from RGB is 160 - color contains mainly: red. Hex color #A04F8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A04F8F is #5FB070. Grayscale: #6E6E6E. Windows color (decimal): -6271089 or 9392032. OLE color: 9392032.

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

Color convert

RGB16079143-
CMYK00.510.110.37
HSL312.59º33.89%46.86%-
HSV(B)312.59º50.63%62.75%-
XYZ22.2515.0527.72-
YUV110.51146.34163.3-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.88%
GREEN value IS 79 (31.25% from 255) = 20.68%
BLUE value IS 143 (56.25% from 255) = 37.43%
R=41.88%
G=20.68%
B=37.43%

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
Decimal1607914300.510.110.37312.5933.8946.86
HexA04F8F033B25139222f
Octal24011721706313454714257
Binary1010000010011111000111101100111011100101100111001100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04F8F; }

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

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

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

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

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

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

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

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