Html Css Color HEX #AD71D9 Amethyst

📋 copy color: '#AD71D9'

red 173 ◦ green 113 ◦ blue 217

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

Shades of Amethyst #AD71D9

Tints of Amethyst #AD71D9

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.47%

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

R = 34.39%
G = 22.47%
B = 43.14%

CMYK

 C value IS 0.20

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD71D9 (or 0xAD71D9) is known color: Amethyst. HEX triplet: AD, 71 and D9. RGB value is (173,113,217). Sum of RGB (Red+Green+Blue) = 173+113+217=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 113 (44.53% from 255 or 22.47% from 503); Blue value is 217 (85.16% from 255 or 43.14% from 503); Max value from RGB is 217 - color contains mainly: blue. Hex color #AD71D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD71D9 is #528E26. Grayscale: #8E8E8E. Windows color (decimal): -5410343 or 14250413. OLE color: 14250413.

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

Color convert

RGB 173 113 217 -
CMYK 0.20 0.48 0 0.15
HSL 274.62º 0.58% 0.65% -
HSV(B) 274.62º 0.48% 0.85% -
XYZ 35.66 25.7 68.73 -
YUV 142.8 169.88 149.54 -
System Red Green Blue C M Y K H S L
Decimal 173 113 217 0.20 0.48 0 0.15 274.62 0.58 0.65
Hex AD 71 D9 14 30 0 F 113 3A 41
Octal 255 161 331 24 60 0 17 423 72 101
Binary 10101101 1110001 11011001 10100 110000 0 1111 100010011 111010 1000001

Color Harmonies of #AD71D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD71D9

Black with #AD71D9

Text Example


Text Example

White with #AD71D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD71D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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