#AD76AA

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

Shades of Violet Blue #AD76AA

Tints of Violet Blue #AD76AA

Color information

#AD76AA (or 0xAD76AA) is unknown color: approx Violet Blue. HEX triplet: AD, 76 and AA. RGB value is (173,118,170). Sum of RGB (Red+Green+Blue) = 173+118+170=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 118 (46.48% from 255 or 25.60% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 173 - color contains mainly: red. Hex color #AD76AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD76AA is #528955. Grayscale: #8C8C8C. Windows color (decimal): -5409110 or 11171501. OLE color: 11171501.

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

Color convert

RGB173118170-
CMYK00.320.020.32
HSL303.27º25.11%57.06%-
HSV(B)303.27º31.79%67.84%-
XYZ30.9724.7441.17-
YUV140.37144.72151.27-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.53%
GREEN value IS 118 (46.48% from 255) = 25.60%
BLUE value IS 170 (66.80% from 255) = 36.88%
R=37.53%
G=25.60%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311817000.320.020.32303.2725.1157.06
HexAD76AA02022012f1939
Octal2551662520402404573171
Binary1010110111101101010101001000001010000010010111111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD76AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD76AA; }

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

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

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

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

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

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

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

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