#A04394

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

Shades of Violet Blue #A04394

Tints of Violet Blue #A04394

Color information

#A04394 (or 0xA04394) is unknown color: approx Violet Blue. HEX triplet: A0, 43 and 94. RGB value is (160,67,148). Sum of RGB (Red+Green+Blue) = 160+67+148=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 67 (26.56% from 255 or 17.87% from 375); Blue value is 148 (58.20% from 255 or 39.47% from 375); Max value from RGB is 160 - color contains mainly: red. Hex color #A04394 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04394 is #5FBC6B. Grayscale: #676767. Windows color (decimal): -6274156 or 9716640. OLE color: 9716640.

HSL color Cylindrical-coordinate representation of color #A04394: hue angle of 307.74º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A04394 is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB16067148-
CMYK00.580.070.37
HSL307.74º40.97%44.51%-
HSV(B)307.74º58.13%62.75%-
XYZ21.8513.6329.5-
YUV104.04152.81167.91-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.67%
GREEN value IS 67 (26.56% from 255) = 17.87%
BLUE value IS 148 (58.20% from 255) = 39.47%
R=42.67%
G=17.87%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.07
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606714800.580.070.37307.7440.9744.51
HexA0439403A725134292d
Octal2401032240727454645155
Binary101000001000011100101000111010111100101100110100101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04394; }

 p { color: rgb(160,67,148); }

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

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

 a { background-color: rgb(160,67,148); }

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

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

 span { border-color: rgb(160,67,148); }

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