#A04595

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

Shades of Violet Blue #A04595

Tints of Violet Blue #A04595

Color information

#A04595 (or 0xA04595) is unknown color: approx Violet Blue. HEX triplet: A0, 45 and 95. RGB value is (160,69,149). Sum of RGB (Red+Green+Blue) = 160+69+149=378 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.33% from 378); Green value is 69 (27.34% from 255 or 18.25% from 378); Blue value is 149 (58.59% from 255 or 39.42% from 378); Max value from RGB is 160 - color contains mainly: red. Hex color #A04595 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04595 is #5FBA6A. Grayscale: #696969. Windows color (decimal): -6273643 or 9782688. OLE color: 9782688.

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

Color convert

RGB16069149-
CMYK00.570.070.37
HSL307.25º39.74%44.9%-
HSV(B)307.25º56.88%62.75%-
XYZ22.0513.929.95-
YUV105.33152.65167-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.33%
GREEN value IS 69 (27.34% from 255) = 18.25%
BLUE value IS 149 (58.59% from 255) = 39.42%
R=42.33%
G=18.25%
B=39.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.07
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606914900.570.070.37307.2539.7444.9
HexA04595039725133282d
Octal2401052250717454635055
Binary101000001000101100101010111001111100101100110011101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04595; }

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

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

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

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

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

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

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

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