#A04997

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

Shades of Violet Blue #A04997

Tints of Violet Blue #A04997

Color information

#A04997 (or 0xA04997) is unknown color: approx Violet Blue. HEX triplet: A0, 49 and 97. RGB value is (160,73,151). Sum of RGB (Red+Green+Blue) = 160+73+151=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 73 (28.91% from 255 or 19.01% from 384); Blue value is 151 (59.38% from 255 or 39.32% from 384); Max value from RGB is 160 - color contains mainly: red. Hex color #A04997 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04997 is #5FB668. Grayscale: #6B6B6B. Windows color (decimal): -6272617 or 9914784. OLE color: 9914784.

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

Color convert

RGB16073151-
CMYK00.540.060.37
HSL306.21º37.34%45.69%-
HSV(B)306.21º54.37%62.75%-
XYZ22.4714.4730.89-
YUV107.9152.32165.16-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.67%
GREEN value IS 73 (28.91% from 255) = 19.01%
BLUE value IS 151 (59.38% from 255) = 39.32%
R=41.67%
G=19.01%
B=39.32%

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
Decimal1607315100.540.060.37306.2137.3445.69
HexA04997036625132252e
Octal2401112270666454624556
Binary101000001001001100101110110110110100101100110010100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04997; }

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

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

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

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

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

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

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

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