#A04E98

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

Shades of Violet Blue #A04E98

Tints of Violet Blue #A04E98

Color information

#A04E98 (or 0xA04E98) is unknown color: approx Violet Blue. HEX triplet: A0, 4E and 98. RGB value is (160,78,152). Sum of RGB (Red+Green+Blue) = 160+78+152=390 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.03% from 390); Green value is 78 (30.86% from 255 or 20% from 390); Blue value is 152 (59.77% from 255 or 38.97% from 390); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A04E98 is #5FB167. Grayscale: #6E6E6E. Windows color (decimal): -6271336 or 9981600. OLE color: 9981600.

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

Color convert

RGB16078152-
CMYK00.510.050.37
HSL305.85º34.45%46.67%-
HSV(B)305.85º51.25%62.75%-
XYZ22.8915.1931.43-
YUV110.95151.17162.98-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.03%
GREEN value IS 78 (30.86% from 255) = 20%
BLUE value IS 152 (59.77% from 255) = 38.97%
R=41.03%
G=20%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.05
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607815200.510.050.37305.8534.4546.67
HexA04E98033525132222f
Octal2401162300635454624257
Binary101000001001110100110000110011101100101100110010100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04E98; }

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

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

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

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

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

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

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

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