#A04F8B

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

Shades of Violet Blue #A04F8B

Tints of Violet Blue #A04F8B

Color information

#A04F8B (or 0xA04F8B) is unknown color: approx Violet Blue. HEX triplet: A0, 4F and 8B. RGB value is (160,79,139). Sum of RGB (Red+Green+Blue) = 160+79+139=378 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.33% from 378); Green value is 79 (31.25% from 255 or 20.90% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 160 - color contains mainly: red. Hex color #A04F8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A04F8B is #5FB074. Grayscale: #6D6D6D. Windows color (decimal): -6271093 or 9129888. OLE color: 9129888.

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

Color convert

RGB16079139-
CMYK00.510.130.37
HSL315.56º33.89%46.86%-
HSV(B)315.56º50.63%62.75%-
XYZ21.9514.9326.15-
YUV110.06144.34163.62-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.33%
GREEN value IS 79 (31.25% from 255) = 20.90%
BLUE value IS 139 (54.69% from 255) = 36.77%
R=42.33%
G=20.90%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.13
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607913900.510.130.37315.5633.8946.86
HexA04F8B033D2513c222f
Octal24011721306315454744257
Binary1010000010011111000101101100111101100101100111100100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04F8B; }

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

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

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

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

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

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

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

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