Html Css Color HEX #AD72DC Amethyst

📋 copy color: '#AD72DC'

red 173 ◦ green 114 ◦ blue 220

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

Shades of Amethyst #AD72DC

Tints of Amethyst #AD72DC

RGB

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

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

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

R = 34.12%
G = 22.49%
B = 43.39%

CMYK

 C value IS 0.21

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD72DC (or 0xAD72DC) is known color: Amethyst. HEX triplet: AD, 72 and DC. RGB value is (173,114,220). Sum of RGB (Red+Green+Blue) = 173+114+220=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 114 (44.92% from 255 or 22.49% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD72DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD72DC is #528D23. Grayscale: #8F8F8F. Windows color (decimal): -5410084 or 14447277. OLE color: 14447277.

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

Color convert

RGB 173 114 220 -
CMYK 0.21 0.48 0 0.14
HSL 273.4º 0.6% 0.65% -
HSV(B) 273.4º 0.48% 0.86% -
XYZ 36.17 26.09 70.84 -
YUV 143.73 171.05 148.88 -
System Red Green Blue C M Y K H S L
Decimal 173 114 220 0.21 0.48 0 0.14 273.4 0.6 0.65
Hex AD 72 DC 15 30 0 E 111 3C 41
Octal 255 162 334 25 60 0 16 421 74 101
Binary 10101101 1110010 11011100 10101 110000 0 1110 100010001 111100 1000001

Color Harmonies of #AD72DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD72DC

Black with #AD72DC

Text Example


Text Example

White with #AD72DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD72DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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