#AD56AB

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

Shades of Violet Blue #AD56AB

Tints of Violet Blue #AD56AB

Color information

#AD56AB (or 0xAD56AB) is unknown color: approx Violet Blue. HEX triplet: AD, 56 and AB. RGB value is (173,86,171). Sum of RGB (Red+Green+Blue) = 173+86+171=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 86 (33.98% from 255 or 20% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 173 - color contains mainly: red. Hex color #AD56AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD56AB is #52A954. Grayscale: #797979. Windows color (decimal): -5417301 or 11228845. OLE color: 11228845.

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

Color convert

RGB17386171-
CMYK00.500.010.32
HSL301.38º34.66%50.78%-
HSV(B)301.38º50.29%67.84%-
XYZ27.9118.4840.62-
YUV121.7155.82164.59-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.23%
GREEN value IS 86 (33.98% from 255) = 20%
BLUE value IS 171 (67.19% from 255) = 39.77%
R=40.23%
G=20%
B=39.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738617100.500.010.32301.3834.6650.78
HexAD56AB03212012d2333
Octal2551262530621404554363
Binary1010110110101101010101101100101100000100101101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD56AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD56AB; }

 p { color: rgb(173,86,171); }

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

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

 a { background-color: rgb(173,86,171); }

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

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

 span { border-color: rgb(173,86,171); }

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