#AD549A

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

Shades of Violet Blue #AD549A

Tints of Violet Blue #AD549A

Color information

#AD549A (or 0xAD549A) is unknown color: approx Violet Blue. HEX triplet: AD, 54 and 9A. RGB value is (173,84,154). Sum of RGB (Red+Green+Blue) = 173+84+154=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 84 (33.20% from 255 or 20.44% from 411); Blue value is 154 (60.55% from 255 or 37.47% from 411); Max value from RGB is 173 - color contains mainly: red. Hex color #AD549A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD549A is #52AB65. Grayscale: #767676. Windows color (decimal): -5417830 or 10114221. OLE color: 10114221.

HSL color Cylindrical-coordinate representation of color #AD549A: hue angle of 312.81º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD549A is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB17384154-
CMYK00.510.110.32
HSL312.81º35.18%50.39%-
HSV(B)312.81º51.45%67.84%-
XYZ26.2417.5632.58-
YUV118.59147.99166.81-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.09%
GREEN value IS 84 (33.20% from 255) = 20.44%
BLUE value IS 154 (60.55% from 255) = 37.47%
R=42.09%
G=20.44%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738415400.510.110.32312.8135.1850.39
HexAD549A033B201392332
Octal25512423206313404714362
Binary1010110110101001001101001100111011100000100111001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD549A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD549A; }

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

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

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

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

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

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

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

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