#A04791

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

Shades of Violet Blue #A04791

Tints of Violet Blue #A04791

Color information

#A04791 (or 0xA04791) is unknown color: approx Violet Blue. HEX triplet: A0, 47 and 91. RGB value is (160,71,145). Sum of RGB (Red+Green+Blue) = 160+71+145=376 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.55% from 376); Green value is 71 (28.12% from 255 or 18.88% from 376); Blue value is 145 (57.03% from 255 or 38.56% from 376); Max value from RGB is 160 - color contains mainly: red. Hex color #A04791 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04791 is #5FB86E. Grayscale: #696969. Windows color (decimal): -6273135 or 9521056. OLE color: 9521056.

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

Color convert

RGB16071145-
CMYK00.560.090.37
HSL310.11º38.53%45.29%-
HSV(B)310.11º55.62%62.75%-
XYZ21.8614.0228.34-
YUV106.05149.99166.48-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.55%
GREEN value IS 71 (28.12% from 255) = 18.88%
BLUE value IS 145 (57.03% from 255) = 38.56%
R=42.55%
G=18.88%
B=38.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607114500.560.090.37310.1138.5345.29
HexA04791038925136272d
Octal24010722107011454664755
Binary1010000010001111001000101110001001100101100110110100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04791; }

 p { color: rgb(160,71,145); }

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

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

 a { background-color: rgb(160,71,145); }

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

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

 span { border-color: rgb(160,71,145); }

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