Html Css Color HEX #AD72D9 Amethyst

📋 copy color: '#AD72D9'

red 173 ◦ green 114 ◦ blue 217

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

Shades of Amethyst #AD72D9

Tints of Amethyst #AD72D9

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.62%

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

R = 34.33%
G = 22.62%
B = 43.06%

CMYK

 C value IS 0.20

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD72D9 (or 0xAD72D9) is known color: Amethyst. HEX triplet: AD, 72 and D9. RGB value is (173,114,217). Sum of RGB (Red+Green+Blue) = 173+114+217=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 114 (44.92% from 255 or 22.62% from 504); Blue value is 217 (85.16% from 255 or 43.06% from 504); Max value from RGB is 217 - color contains mainly: blue. Hex color #AD72D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD72D9 is #528D26. Grayscale: #8F8F8F. Windows color (decimal): -5410087 or 14250669. OLE color: 14250669.

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

Color convert

RGB 173 114 217 -
CMYK 0.20 0.47 0 0.15
HSL 274.37º 0.58% 0.65% -
HSV(B) 274.37º 0.47% 0.85% -
XYZ 35.78 25.93 68.76 -
YUV 143.38 169.55 149.12 -
System Red Green Blue C M Y K H S L
Decimal 173 114 217 0.20 0.47 0 0.15 274.37 0.58 0.65
Hex AD 72 D9 14 2F 0 F 112 3A 41
Octal 255 162 331 24 57 0 17 422 72 101
Binary 10101101 1110010 11011001 10100 101111 0 1111 100010010 111010 1000001

Color Harmonies of #AD72D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD72D9

Black with #AD72D9

Text Example


Text Example

White with #AD72D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD72D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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