#AD56AA

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

Shades of Violet Blue #AD56AA

Tints of Violet Blue #AD56AA

Color information

#AD56AA (or 0xAD56AA) is unknown color: approx Violet Blue. HEX triplet: AD, 56 and AA. RGB value is (173,86,170). Sum of RGB (Red+Green+Blue) = 173+86+170=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 86 (33.98% from 255 or 20.05% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 173 - color contains mainly: red. Hex color #AD56AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD56AA is #52A955. Grayscale: #797979. Windows color (decimal): -5417302 or 11163309. OLE color: 11163309.

HSL color Cylindrical-coordinate representation of color #AD56AA: hue angle of 302.07º 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 #AD56AA is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB17386170-
CMYK00.500.020.32
HSL302.07º34.66%50.78%-
HSV(B)302.07º50.29%67.84%-
XYZ27.8218.4440.12-
YUV121.59155.32164.67-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.33%
GREEN value IS 86 (33.98% from 255) = 20.05%
BLUE value IS 170 (66.80% from 255) = 39.63%
R=40.33%
G=20.05%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738617000.500.020.32302.0734.6650.78
HexAD56AA03222012e2333
Octal2551262520622404564363
Binary10101101101011010101010011001010100000100101110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD56AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD56AA; }

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

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

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

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

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

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

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

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