#A04E97

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

Shades of Violet Blue #A04E97

Tints of Violet Blue #A04E97

Color information

#A04E97 (or 0xA04E97) is unknown color: approx Violet Blue. HEX triplet: A0, 4E and 97. RGB value is (160,78,151). Sum of RGB (Red+Green+Blue) = 160+78+151=389 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.13% from 389); Green value is 78 (30.86% from 255 or 20.05% from 389); Blue value is 151 (59.38% from 255 or 38.82% from 389); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A04E97 is #5FB168. Grayscale: #6E6E6E. Windows color (decimal): -6271337 or 9916064. OLE color: 9916064.

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

Color convert

RGB16078151-
CMYK00.510.060.37
HSL306.59º34.45%46.67%-
HSV(B)306.59º51.25%62.75%-
XYZ22.8115.1631-
YUV110.84150.67163.06-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.13%
GREEN value IS 78 (30.86% from 255) = 20.05%
BLUE value IS 151 (59.38% from 255) = 38.82%
R=41.13%
G=20.05%
B=38.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.06
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607815100.510.060.37306.5934.4546.67
HexA04E97033625133222f
Octal2401162270636454634257
Binary101000001001110100101110110011110100101100110011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04E97; }

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

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

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

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

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

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

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

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