#A2549A

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

Shades of Violet Blue #A2549A

Tints of Violet Blue #A2549A

Color information

#A2549A (or 0xA2549A) is unknown color: approx Violet Blue. HEX triplet: A2, 54 and 9A. RGB value is (162,84,154). Sum of RGB (Red+Green+Blue) = 162+84+154=400 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.5% from 400); Green value is 84 (33.20% from 255 or 21% from 400); Blue value is 154 (60.55% from 255 or 38.5% from 400); Max value from RGB is 162 - color contains mainly: red. Hex color #A2549A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2549A is #5DAB65. Grayscale: #737373. Windows color (decimal): -6138726 or 10114210. OLE color: 10114210.

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

Color convert

RGB16284154-
CMYK00.480.050.36
HSL306.15º31.71%48.24%-
HSV(B)306.15º48.15%63.53%-
XYZ23.916.3632.47-
YUV115.3149.84161.31-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.5%
GREEN value IS 84 (33.20% from 255) = 21%
BLUE value IS 154 (60.55% from 255) = 38.5%
R=40.5%
G=21%
B=38.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628415400.480.050.36306.1531.7148.24
HexA2549A0305241322030
Octal2421242320605444624060
Binary101000101010100100110100110000101100100100110010100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2549A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2549A; }

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

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

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

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

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

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

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

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