#A0549E

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

Shades of Violet Blue #A0549E

Tints of Violet Blue #A0549E

Color information

#A0549E (or 0xA0549E) is unknown color: approx Violet Blue. HEX triplet: A0, 54 and 9E. RGB value is (160,84,158). Sum of RGB (Red+Green+Blue) = 160+84+158=402 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.80% from 402); Green value is 84 (33.20% from 255 or 20.90% from 402); Blue value is 158 (62.11% from 255 or 39.30% from 402); Max value from RGB is 160 - color contains mainly: red. Hex color #A0549E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0549E is #5FAB61. Grayscale: #727272. Windows color (decimal): -6269794 or 10376352. OLE color: 10376352.

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

Color convert

RGB16084158-
CMYK00.480.010.37
HSL301.58º31.15%47.84%-
HSV(B)301.58º47.5%62.75%-
XYZ23.8416.2834.23-
YUV115.16152.18159.98-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.80%
GREEN value IS 84 (33.20% from 255) = 20.90%
BLUE value IS 158 (62.11% from 255) = 39.30%
R=39.80%
G=20.90%
B=39.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608415800.480.010.37301.5831.1547.84
HexA0549E03012512e1f30
Octal2401242360601454563760
Binary101000001010100100111100110000110010110010111011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0549E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0549E; }

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

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

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

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

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

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

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

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