#AD73AC

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

Shades of Violet Blue #AD73AC

Tints of Violet Blue #AD73AC

Color information

#AD73AC (or 0xAD73AC) is unknown color: approx Violet Blue. HEX triplet: AD, 73 and AC. RGB value is (173,115,172). Sum of RGB (Red+Green+Blue) = 173+115+172=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 115 (45.31% from 255 or 25% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 173 - color contains mainly: red. Hex color #AD73AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD73AC is #528C53. Grayscale: #8A8A8A. Windows color (decimal): -5409876 or 11301805. OLE color: 11301805.

HSL color Cylindrical-coordinate representation of color #AD73AC: hue angle of 301.03º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AD73AC is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB173115172-
CMYK00.340.010.32
HSL301.03º26.13%56.47%-
HSV(B)301.03º33.53%67.84%-
XYZ30.8124.1242.06-
YUV138.84146.72152.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.61%
GREEN value IS 115 (45.31% from 255) = 25%
BLUE value IS 172 (67.58% from 255) = 37.39%
R=37.61%
G=25%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311517200.340.010.32301.0326.1356.47
HexAD73AC02212012d1a38
Octal2551632540421404553270
Binary101011011110011101011000100010110000010010110111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD73AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD73AC; }

 p { color: rgb(173,115,172); }

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

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

 a { background-color: rgb(173,115,172); }

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

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

 span { border-color: rgb(173,115,172); }

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