#A04E9C

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

Shades of Violet Blue #A04E9C

Tints of Violet Blue #A04E9C

Color information

#A04E9C (or 0xA04E9C) is unknown color: approx Violet Blue. HEX triplet: A0, 4E and 9C. RGB value is (160,78,156). Sum of RGB (Red+Green+Blue) = 160+78+156=394 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.61% from 394); Green value is 78 (30.86% from 255 or 19.80% from 394); Blue value is 156 (61.33% from 255 or 39.59% from 394); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A04E9C is #5FB163. Grayscale: #6F6F6F. Windows color (decimal): -6271332 or 10243744. OLE color: 10243744.

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

Color convert

RGB16078156-
CMYK00.510.020.37
HSL302.93º34.45%46.67%-
HSV(B)302.93º51.25%62.75%-
XYZ23.2215.3233.19-
YUV111.41153.17162.66-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.61%
GREEN value IS 78 (30.86% from 255) = 19.80%
BLUE value IS 156 (61.33% from 255) = 39.59%
R=40.61%
G=19.80%
B=39.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607815600.510.020.37302.9334.4546.67
HexA04E9C03322512f222f
Octal2401162340632454574257
Binary10100000100111010011100011001110100101100101111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04E9C; }

 p { color: rgb(160,78,156); }

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

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

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

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

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

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

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