#A9549A

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

Shades of Violet Blue #A9549A

Tints of Violet Blue #A9549A

Color information

#A9549A (or 0xA9549A) is unknown color: approx Violet Blue. HEX triplet: A9, 54 and 9A. RGB value is (169,84,154). Sum of RGB (Red+Green+Blue) = 169+84+154=407 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.52% from 407); Green value is 84 (33.20% from 255 or 20.64% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 169 - color contains mainly: red. Hex color #A9549A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9549A is #56AB65. Grayscale: #757575. Windows color (decimal): -5679974 or 10114217. OLE color: 10114217.

HSL color Cylindrical-coordinate representation of color #A9549A: hue angle of 310.59º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A9549A is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB16984154-
CMYK00.500.090.34
HSL310.59º33.6%49.61%-
HSV(B)310.59º50.3%66.27%-
XYZ25.3717.1132.54-
YUV117.4148.66164.81-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.52%
GREEN value IS 84 (33.20% from 255) = 20.64%
BLUE value IS 154 (60.55% from 255) = 37.84%
R=41.52%
G=20.64%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698415400.500.090.34310.5933.649.61
HexA9549A0329221372232
Octal25112423206211424674262
Binary1010100110101001001101001100101001100010100110111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9549A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9549A; }

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

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

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

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

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

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

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

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