Html Css Color HEX #AD76D9 Amethyst

📋 copy color: '#AD76D9'

red 173 ◦ green 118 ◦ blue 217

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

Shades of Amethyst #AD76D9

Tints of Amethyst #AD76D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 42.72%

R = 34.06%
G = 23.23%
B = 42.72%

CMYK

 C value IS 0.20

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD76D9 (or 0xAD76D9) is known color: Amethyst. HEX triplet: AD, 76 and D9. RGB value is (173,118,217). Sum of RGB (Red+Green+Blue) = 173+118+217=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 118 (46.48% from 255 or 23.23% from 508); Blue value is 217 (85.16% from 255 or 42.72% from 508); Max value from RGB is 217 - color contains mainly: blue. Hex color #AD76D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD76D9 is #528926. Grayscale: #919191. Windows color (decimal): -5409063 or 14251693. OLE color: 14251693.

HSL color Cylindrical-coordinate representation of color #AD76D9: hue angle of 273.33º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD76D9 is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 118 217 -
CMYK 0.20 0.46 0 0.15
HSL 273.33º 0.57% 0.66% -
HSV(B) 273.33º 0.46% 0.85% -
XYZ 36.24 26.85 68.92 -
YUV 145.73 168.22 147.45 -
System Red Green Blue C M Y K H S L
Decimal 173 118 217 0.20 0.46 0 0.15 273.33 0.57 0.66
Hex AD 76 D9 14 2E 0 F 111 39 42
Octal 255 166 331 24 56 0 17 421 71 102
Binary 10101101 1110110 11011001 10100 101110 0 1111 100010001 111001 1000010

Color Harmonies of #AD76D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD76D9

Black with #AD76D9

Text Example


Text Example

White with #AD76D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD76D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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