#A0549C

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

Shades of Violet Blue #A0549C

Tints of Violet Blue #A0549C

Color information

#A0549C (or 0xA0549C) is unknown color: approx Violet Blue. HEX triplet: A0, 54 and 9C. RGB value is (160,84,156). Sum of RGB (Red+Green+Blue) = 160+84+156=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 84 (33.20% from 255 or 21% from 400); Blue value is 156 (61.33% from 255 or 39% from 400); Max value from RGB is 160 - color contains mainly: red. Hex color #A0549C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0549C is #5FAB63. Grayscale: #727272. Windows color (decimal): -6269796 or 10245280. OLE color: 10245280.

HSL color Cylindrical-coordinate representation of color #A0549C: hue angle of 303.16º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A0549C is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB16084156-
CMYK00.480.020.37
HSL303.16º31.15%47.84%-
HSV(B)303.16º47.5%62.75%-
XYZ23.6716.2133.33-
YUV114.93151.18160.15-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40%
GREEN value IS 84 (33.20% from 255) = 21%
BLUE value IS 156 (61.33% from 255) = 39%
R=40%
G=21%
B=39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608415600.480.020.37303.1631.1547.84
HexA0549C03022512f1f30
Octal2401242340602454573760
Binary1010000010101001001110001100001010010110010111111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0549C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0549C; }

 p { color: rgb(160,84,156); }

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

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

 a { background-color: rgb(160,84,156); }

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

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

 span { border-color: rgb(160,84,156); }

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