Html Css Color HEX #AD79DC Amethyst

📋 copy color: '#AD79DC'

red 173 ◦ green 121 ◦ blue 220

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

Shades of Amethyst #AD79DC

Tints of Amethyst #AD79DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.8%

R = 33.66%
G = 23.54%
B = 42.8%

CMYK

 C value IS 0.21

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD79DC (or 0xAD79DC) is known color: Amethyst. HEX triplet: AD, 79 and DC. RGB value is (173,121,220). Sum of RGB (Red+Green+Blue) = 173+121+220=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 121 (47.66% from 255 or 23.54% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD79DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD79DC is #528623. Grayscale: #939393. Windows color (decimal): -5408292 or 14449069. OLE color: 14449069.

HSL color Cylindrical-coordinate representation of color #AD79DC: hue angle of 271.52º degrees, saturation: 0.59, 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 #AD79DC is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 121 220 -
CMYK 0.21 0.45 0 0.14
HSL 271.52º 0.59% 0.67% -
HSV(B) 271.52º 0.45% 0.86% -
XYZ 36.99 27.73 71.11 -
YUV 147.83 168.73 145.95 -
System Red Green Blue C M Y K H S L
Decimal 173 121 220 0.21 0.45 0 0.14 271.52 0.59 0.67
Hex AD 79 DC 15 2D 0 E 110 3B 43
Octal 255 171 334 25 55 0 16 420 73 103
Binary 10101101 1111001 11011100 10101 101101 0 1110 100010000 111011 1000011

Color Harmonies of #AD79DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD79DC

Black with #AD79DC

Text Example


Text Example

White with #AD79DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD79DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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