#AD49AA

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

Shades of Violet Blue #AD49AA

Tints of Violet Blue #AD49AA

Color information

#AD49AA (or 0xAD49AA) is unknown color: approx Violet Blue. HEX triplet: AD, 49 and AA. RGB value is (173,73,170). Sum of RGB (Red+Green+Blue) = 173+73+170=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 73 (28.91% from 255 or 17.55% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 173 - color contains mainly: red. Hex color #AD49AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD49AA is #52B655. Grayscale: #717171. Windows color (decimal): -5420630 or 11159981. OLE color: 11159981.

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

Color convert

RGB17373170-
CMYK00.580.020.32
HSL301.8º40.65%48.24%-
HSV(B)301.8º57.8%67.84%-
XYZ26.8716.5539.81-
YUV113.96159.63170.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.59%
GREEN value IS 73 (28.91% from 255) = 17.55%
BLUE value IS 170 (66.80% from 255) = 40.87%
R=41.59%
G=17.55%
B=40.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1737317000.580.020.32301.840.6548.24
HexAD49AA03A22012e2930
Octal2551112520722404565160
Binary10101101100100110101010011101010100000100101110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD49AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD49AA; }

 p { color: rgb(173,73,170); }

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

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

 a { background-color: rgb(173,73,170); }

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

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

 span { border-color: rgb(173,73,170); }

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