Html Css Color HEX #AD76DC Amethyst

📋 copy color: '#AD76DC'

red 173 ◦ green 118 ◦ blue 220

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

Shades of Amethyst #AD76DC

Tints of Amethyst #AD76DC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.09%

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

R = 33.86%
G = 23.09%
B = 43.05%

CMYK

 C value IS 0.21

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD76DC (or 0xAD76DC) is known color: Amethyst. HEX triplet: AD, 76 and DC. RGB value is (173,118,220). Sum of RGB (Red+Green+Blue) = 173+118+220=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 118 (46.48% from 255 or 23.09% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD76DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD76DC is #528923. Grayscale: #919191. Windows color (decimal): -5409060 or 14448301. OLE color: 14448301.

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

Color convert

RGB 173 118 220 -
CMYK 0.21 0.46 0 0.14
HSL 272.35º 0.59% 0.66% -
HSV(B) 272.35º 0.46% 0.86% -
XYZ 36.63 27.01 70.99 -
YUV 146.07 169.72 147.21 -
System Red Green Blue C M Y K H S L
Decimal 173 118 220 0.21 0.46 0 0.14 272.35 0.59 0.66
Hex AD 76 DC 15 2E 0 E 110 3B 42
Octal 255 166 334 25 56 0 16 420 73 102
Binary 10101101 1110110 11011100 10101 101110 0 1110 100010000 111011 1000010

Color Harmonies of #AD76DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD76DC

Black with #AD76DC

Text Example


Text Example

White with #AD76DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD76DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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