#AD7ADD

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

Shades of Medium Purple #AD7ADD

Tints of Medium Purple #AD7ADD

Color information

#AD7ADD (or 0xAD7ADD) is unknown color: approx Medium Purple. HEX triplet: AD, 7A and DD. RGB value is (173,122,221). Sum of RGB (Red+Green+Blue) = 173+122+221=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 122 (48.05% from 255 or 23.64% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD7ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7ADD is #528522. Grayscale: #949494. Windows color (decimal): -5408035 or 14514861. OLE color: 14514861.

HSL color Cylindrical-coordinate representation of color #AD7ADD: hue angle of 270.91º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD7ADD is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB173122221-
CMYK0.220.4500.13
HSL270.91º59.28%67.25%-
HSV(B)270.91º44.8%86.67%-
XYZ37.2428.0271.85-
YUV148.53168.9145.45-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.53%
GREEN value IS 122 (48.05% from 255) = 23.64%
BLUE value IS 221 (86.72% from 255) = 42.83%
R=33.53%
G=23.64%
B=42.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1731222210.220.4500.13270.9159.2867.25
HexAD7ADD162D0D10f3b43
Octal255172335265501541773103
Binary1010110111110101101110110110101101011011000011111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7ADD; }

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

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

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

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

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

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

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

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