#AD7ADC

Color #AD7ADC Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #AD7ADC

Tints of Medium Purple #AD7ADC

Color information

#AD7ADC (or 0xAD7ADC) is unknown color: approx Medium Purple. HEX triplet: AD, 7A and DC. RGB value is (173,122,220). Sum of RGB (Red+Green+Blue) = 173+122+220=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 122 (48.05% from 255 or 23.69% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD7ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7ADC is #528523. Grayscale: #949494. Windows color (decimal): -5408036 or 14449325. OLE color: 14449325.

HSL color Cylindrical-coordinate representation of color #AD7ADC: hue angle of 271.22º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD7ADC is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB173122220-
CMYK0.210.4500.14
HSL271.22º58.33%67.06%-
HSV(B)271.22º44.55%86.27%-
XYZ37.1127.9771.15-
YUV148.42168.4145.53-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.59%
GREEN value IS 122 (48.05% from 255) = 23.69%
BLUE value IS 220 (86.33% from 255) = 42.72%
R=33.59%
G=23.69%
B=42.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1731222200.210.4500.14271.2258.3367.06
HexAD7ADC152D0E10f3a43
Octal255172334255501641772103
Binary1010110111110101101110010101101101011101000011111110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7ADC; }

 p { color: rgb(173,122,220); }

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

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

 a { background-color: rgb(173,122,220); }

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

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

 span { border-color: rgb(173,122,220); }

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