#AD55A2

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

Shades of Violet Blue #AD55A2

Tints of Violet Blue #AD55A2

Color information

#AD55A2 (or 0xAD55A2) is unknown color: approx Violet Blue. HEX triplet: AD, 55 and A2. RGB value is (173,85,162). Sum of RGB (Red+Green+Blue) = 173+85+162=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 85 (33.59% from 255 or 20.24% from 420); Blue value is 162 (63.67% from 255 or 38.57% from 420); Max value from RGB is 173 - color contains mainly: red. Hex color #AD55A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD55A2 is #52AA5D. Grayscale: #777777. Windows color (decimal): -5417566 or 10638765. OLE color: 10638765.

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

Color convert

RGB17385162-
CMYK00.510.060.32
HSL307.5º34.92%50.59%-
HSV(B)307.5º50.87%67.84%-
XYZ2717.9936.23-
YUV120.09151.65165.74-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.19%
GREEN value IS 85 (33.59% from 255) = 20.24%
BLUE value IS 162 (63.67% from 255) = 38.57%
R=41.19%
G=20.24%
B=38.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738516200.510.060.32307.534.9250.59
HexAD55A20336201342333
Octal2551252420636404644363
Binary101011011010101101000100110011110100000100110100100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD55A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD55A2; }

 p { color: rgb(173,85,162); }

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

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

 a { background-color: rgb(173,85,162); }

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

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

 span { border-color: rgb(173,85,162); }

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