#A04B91

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

Shades of Violet Blue #A04B91

Tints of Violet Blue #A04B91

Color information

#A04B91 (or 0xA04B91) is unknown color: approx Violet Blue. HEX triplet: A0, 4B and 91. RGB value is (160,75,145). Sum of RGB (Red+Green+Blue) = 160+75+145=380 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.11% from 380); Green value is 75 (29.69% from 255 or 19.74% from 380); Blue value is 145 (57.03% from 255 or 38.16% from 380); Max value from RGB is 160 - color contains mainly: red. Hex color #A04B91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04B91 is #5FB46E. Grayscale: #6C6C6C. Windows color (decimal): -6272111 or 9522080. OLE color: 9522080.

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

Color convert

RGB16075145-
CMYK00.530.090.37
HSL310.59º36.17%46.08%-
HSV(B)310.59º53.12%62.75%-
XYZ22.1214.5528.43-
YUV108.4148.66164.81-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.11%
GREEN value IS 75 (29.69% from 255) = 19.74%
BLUE value IS 145 (57.03% from 255) = 38.16%
R=42.11%
G=19.74%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607514500.530.090.37310.5936.1746.08
HexA04B91035925137242e
Octal24011322106511454674456
Binary1010000010010111001000101101011001100101100110111100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04B91; }

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

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

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

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

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

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

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

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