#A04D8E

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

Shades of Violet Blue #A04D8E

Tints of Violet Blue #A04D8E

Color information

#A04D8E (or 0xA04D8E) is unknown color: approx Violet Blue. HEX triplet: A0, 4D and 8E. RGB value is (160,77,142). Sum of RGB (Red+Green+Blue) = 160+77+142=379 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.22% from 379); Green value is 77 (30.47% from 255 or 20.32% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 160 - color contains mainly: red. Hex color #A04D8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A04D8E is #5FB271. Grayscale: #6D6D6D. Windows color (decimal): -6271602 or 9325984. OLE color: 9325984.

HSL color Cylindrical-coordinate representation of color #A04D8E: hue angle of 313.01º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A04D8E is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB16077142-
CMYK00.520.110.37
HSL313.01º35.02%46.47%-
HSV(B)313.01º51.88%62.75%-
XYZ22.0314.7327.27-
YUV109.23146.5164.21-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.22%
GREEN value IS 77 (30.47% from 255) = 20.32%
BLUE value IS 142 (55.86% from 255) = 37.47%
R=42.22%
G=20.32%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607714200.520.110.37313.0135.0246.47
HexA04D8E034B25139232e
Octal24011521606413454714356
Binary1010000010011011000111001101001011100101100111001100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04D8E; }

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

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

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

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

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

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

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

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