#A04591

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

Shades of Violet Blue #A04591

Tints of Violet Blue #A04591

Color information

#A04591 (or 0xA04591) is unknown color: approx Violet Blue. HEX triplet: A0, 45 and 91. RGB value is (160,69,145). Sum of RGB (Red+Green+Blue) = 160+69+145=374 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.78% from 374); Green value is 69 (27.34% from 255 or 18.45% from 374); Blue value is 145 (57.03% from 255 or 38.77% from 374); Max value from RGB is 160 - color contains mainly: red. Hex color #A04591 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04591 is #5FBA6E. Grayscale: #686868. Windows color (decimal): -6273647 or 9520544. OLE color: 9520544.

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

Color convert

RGB16069145-
CMYK00.570.090.37
HSL309.89º39.74%44.9%-
HSV(B)309.89º56.88%62.75%-
XYZ21.7413.7728.3-
YUV104.87150.65167.32-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.78%
GREEN value IS 69 (27.34% from 255) = 18.45%
BLUE value IS 145 (57.03% from 255) = 38.77%
R=42.78%
G=18.45%
B=38.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606914500.570.090.37309.8939.7444.9
HexA04591039925136282d
Octal24010522107111454665055
Binary1010000010001011001000101110011001100101100110110101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04591; }

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

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

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

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

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

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

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

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