#A04E9D

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

Shades of Violet Blue #A04E9D

Tints of Violet Blue #A04E9D

Color information

#A04E9D (or 0xA04E9D) is unknown color: approx Violet Blue. HEX triplet: A0, 4E and 9D. RGB value is (160,78,157). Sum of RGB (Red+Green+Blue) = 160+78+157=395 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.51% from 395); Green value is 78 (30.86% from 255 or 19.75% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A04E9D is #5FB162. Grayscale: #6F6F6F. Windows color (decimal): -6271331 or 10309280. OLE color: 10309280.

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

Color convert

RGB16078157-
CMYK00.510.020.37
HSL302.2º34.45%46.67%-
HSV(B)302.2º51.25%62.75%-
XYZ23.3115.3633.63-
YUV111.52153.67162.58-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.51%
GREEN value IS 78 (30.86% from 255) = 19.75%
BLUE value IS 157 (61.72% from 255) = 39.75%
R=40.51%
G=19.75%
B=39.75%

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
Decimal1607815700.510.020.37302.234.4546.67
HexA04E9D03322512e222f
Octal2401162350632454564257
Binary10100000100111010011101011001110100101100101110100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04E9D; }

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

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

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

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

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

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

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

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