#A04C97

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

Shades of Violet Blue #A04C97

Tints of Violet Blue #A04C97

Color information

#A04C97 (or 0xA04C97) is unknown color: approx Violet Blue. HEX triplet: A0, 4C and 97. RGB value is (160,76,151). Sum of RGB (Red+Green+Blue) = 160+76+151=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 76 (30.08% from 255 or 19.64% from 387); Blue value is 151 (59.38% from 255 or 39.02% from 387); Max value from RGB is 160 - color contains mainly: red. Hex color #A04C97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04C97 is #5FB368. Grayscale: #6D6D6D. Windows color (decimal): -6271849 or 9915552. OLE color: 9915552.

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

Color convert

RGB16076151-
CMYK00.520.060.37
HSL306.43º35.59%46.27%-
HSV(B)306.43º52.5%62.75%-
XYZ22.6714.8830.95-
YUV109.67151.33163.9-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.34%
GREEN value IS 76 (30.08% from 255) = 19.64%
BLUE value IS 151 (59.38% from 255) = 39.02%
R=41.34%
G=19.64%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.06
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607615100.520.060.37306.4335.5946.27
HexA04C97034625132242e
Octal2401142270646454624456
Binary101000001001100100101110110100110100101100110010100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04C97; }

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

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

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

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

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

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

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

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