#A04396

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

Shades of Violet Blue #A04396

Tints of Violet Blue #A04396

Color information

#A04396 (or 0xA04396) is unknown color: approx Violet Blue. HEX triplet: A0, 43 and 96. RGB value is (160,67,150). Sum of RGB (Red+Green+Blue) = 160+67+150=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 67 (26.56% from 255 or 17.77% from 377); Blue value is 150 (58.98% from 255 or 39.79% from 377); Max value from RGB is 160 - color contains mainly: red. Hex color #A04396 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04396 is #5FBC69. Grayscale: #686868. Windows color (decimal): -6274154 or 9847712. OLE color: 9847712.

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

Color convert

RGB16067150-
CMYK00.580.060.37
HSL306.45º40.97%44.51%-
HSV(B)306.45º58.13%62.75%-
XYZ22.0113.6930.34-
YUV104.27153.81167.75-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.44%
GREEN value IS 67 (26.56% from 255) = 17.77%
BLUE value IS 150 (58.98% from 255) = 39.79%
R=42.44%
G=17.77%
B=39.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.06
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606715000.580.060.37306.4540.9744.51
HexA0439603A625132292d
Octal2401032260726454625155
Binary101000001000011100101100111010110100101100110010101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04396; }

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

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

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

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

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

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

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

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