#A04EA8

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

Shades of Violet Blue #A04EA8

Tints of Violet Blue #A04EA8

Color information

#A04EA8 (or 0xA04EA8) is unknown color: approx Violet Blue. HEX triplet: A0, 4E and A8. RGB value is (160,78,168). Sum of RGB (Red+Green+Blue) = 160+78+168=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 78 (30.86% from 255 or 19.21% from 406); Blue value is 168 (66.02% from 255 or 41.38% from 406); Max value from RGB is 168 - color contains mainly: blue. Hex color #A04EA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A04EA8 is #5FB157. Grayscale: #707070. Windows color (decimal): -6271320 or 11030176. OLE color: 11030176.

HSL color Cylindrical-coordinate representation of color #A04EA8: hue angle of 294.67º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A04EA8 is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB16078168-
CMYK0.050.5400.34
HSL294.67º36.59%48.24%-
HSV(B)294.67º53.57%65.88%-
XYZ24.2915.7538.81-
YUV112.78159.17161.68-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.41%
GREEN value IS 78 (30.86% from 255) = 19.21%
BLUE value IS 168 (66.02% from 255) = 41.38%
R=39.41%
G=19.21%
B=41.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal160781680.050.5400.34294.6736.5948.24
HexA04EA85360221272530
Octal2401162505660424474560
Binary101000001001110101010001011101100100010100100111100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04EA8; }

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

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

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

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

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

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

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

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