Html Css Color HEX #AD79DD Medium Purple

📋 copy color: '#AD79DD'

red 173 ◦ green 121 ◦ blue 221

#AD79DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Purple #AD79DD

Tints of Medium Purple #AD79DD

RGB

 RED value IS 173 (67.97% from 255) = 33.59%

 GREEN value IS 121 (47.66% from 255) = 23.5%

 BLUE value IS 221 (86.72% from 255) = 42.91%

R = 33.59%
G = 23.5%
B = 42.91%

CMYK

 C value IS 0.22

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD79DD (or 0xAD79DD) is known color: Medium Purple. HEX triplet: AD, 79 and DD. RGB value is (173,121,221). Sum of RGB (Red+Green+Blue) = 173+121+221=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 121 (47.66% from 255 or 23.50% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD79DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD79DD is #528622. Grayscale: #939393. Windows color (decimal): -5408291 or 14514605. OLE color: 14514605.

HSL color Cylindrical-coordinate representation of color #AD79DD: hue angle of 271.2º degrees, saturation: 0.6, 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 #AD79DD is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 121 221 -
CMYK 0.22 0.45 0 0.13
HSL 271.2º 0.6% 0.67% -
HSV(B) 271.2º 0.45% 0.87% -
XYZ 37.12 27.78 71.81 -
YUV 147.95 169.23 145.87 -
System Red Green Blue C M Y K H S L
Decimal 173 121 221 0.22 0.45 0 0.13 271.2 0.6 0.67
Hex AD 79 DD 16 2D 0 D 10F 3C 43
Octal 255 171 335 26 55 0 15 417 74 103
Binary 10101101 1111001 11011101 10110 101101 0 1101 100001111 111100 1000011

Color Harmonies of #AD79DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD79DD

Black with #AD79DD

Text Example


Text Example

White with #AD79DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD79DD; }

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

 H1.HeaderClassName
 {
   color: #AD79DD;
 }
 .AnyTagClassName
 {
   color: #AD79DD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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