#A04996

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

Shades of Violet Blue #A04996

Tints of Violet Blue #A04996

Color information

#A04996 (or 0xA04996) is unknown color: approx Violet Blue. HEX triplet: A0, 49 and 96. RGB value is (160,73,150). Sum of RGB (Red+Green+Blue) = 160+73+150=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 73 (28.91% from 255 or 19.06% from 383); Blue value is 150 (58.98% from 255 or 39.16% from 383); Max value from RGB is 160 - color contains mainly: red. Hex color #A04996 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04996 is #5FB669. Grayscale: #6B6B6B. Windows color (decimal): -6272618 or 9849248. OLE color: 9849248.

HSL color Cylindrical-coordinate representation of color #A04996: hue angle of 306.9º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A04996 is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB16073150-
CMYK00.540.060.37
HSL306.9º37.34%45.69%-
HSV(B)306.9º54.37%62.75%-
XYZ22.3814.4430.46-
YUV107.79151.82165.24-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.78%
GREEN value IS 73 (28.91% from 255) = 19.06%
BLUE value IS 150 (58.98% from 255) = 39.16%
R=41.78%
G=19.06%
B=39.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.06
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607315000.540.060.37306.937.3445.69
HexA04996036625133252e
Octal2401112260666454634556
Binary101000001001001100101100110110110100101100110011100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04996; }

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

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

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

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

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

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

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

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