Html Css Color HEX #AD72DA Amethyst

📋 copy color: '#AD72DA'

red 173 ◦ green 114 ◦ blue 218

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

Shades of Amethyst #AD72DA

Tints of Amethyst #AD72DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.17%

R = 34.26%
G = 22.57%
B = 43.17%

CMYK

 C value IS 0.21

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD72DA (or 0xAD72DA) is known color: Amethyst. HEX triplet: AD, 72 and DA. RGB value is (173,114,218). Sum of RGB (Red+Green+Blue) = 173+114+218=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 114 (44.92% from 255 or 22.57% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD72DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD72DA is #528D25. Grayscale: #8F8F8F. Windows color (decimal): -5410086 or 14316205. OLE color: 14316205.

HSL color Cylindrical-coordinate representation of color #AD72DA: hue angle of 274.04º 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 #AD72DA is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 114 218 -
CMYK 0.21 0.48 0 0.15
HSL 274.04º 0.58% 0.65% -
HSV(B) 274.04º 0.48% 0.85% -
XYZ 35.91 25.98 69.45 -
YUV 143.5 170.05 149.04 -
System Red Green Blue C M Y K H S L
Decimal 173 114 218 0.21 0.48 0 0.15 274.04 0.58 0.65
Hex AD 72 DA 15 30 0 F 112 3A 41
Octal 255 162 332 25 60 0 17 422 72 101
Binary 10101101 1110010 11011010 10101 110000 0 1111 100010010 111010 1000001

Color Harmonies of #AD72DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD72DA

Black with #AD72DA

Text Example


Text Example

White with #AD72DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD72DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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