#A2549E

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

Shades of Violet Blue #A2549E

Tints of Violet Blue #A2549E

Color information

#A2549E (or 0xA2549E) is unknown color: approx Violet Blue. HEX triplet: A2, 54 and 9E. RGB value is (162,84,158). Sum of RGB (Red+Green+Blue) = 162+84+158=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 84 (33.20% from 255 or 20.79% from 404); Blue value is 158 (62.11% from 255 or 39.11% from 404); Max value from RGB is 162 - color contains mainly: red. Hex color #A2549E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2549E is #5DAB61. Grayscale: #737373. Windows color (decimal): -6138722 or 10376354. OLE color: 10376354.

HSL color Cylindrical-coordinate representation of color #A2549E: hue angle of 303.08º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A2549E is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB16284158-
CMYK00.480.020.36
HSL303.08º31.71%48.24%-
HSV(B)303.08º48.15%63.53%-
XYZ24.2416.4934.25-
YUV115.76151.84160.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.10%
GREEN value IS 84 (33.20% from 255) = 20.79%
BLUE value IS 158 (62.11% from 255) = 39.11%
R=40.10%
G=20.79%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628415800.480.020.36303.0831.7148.24
HexA2549E03022412f2030
Octal2421242360602444574060
Binary10100010101010010011110011000010100100100101111100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2549E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2549E; }

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

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

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

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

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

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

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

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