Html Css Color HEX #AD72DF Amethyst

📋 copy color: '#AD72DF'

red 173 ◦ green 114 ◦ blue 223

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

Shades of Amethyst #AD72DF

Tints of Amethyst #AD72DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.73%

R = 33.92%
G = 22.35%
B = 43.73%

CMYK

 C value IS 0.22

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD72DF (or 0xAD72DF) is known color: Amethyst. HEX triplet: AD, 72 and DF. RGB value is (173,114,223). Sum of RGB (Red+Green+Blue) = 173+114+223=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 114 (44.92% from 255 or 22.35% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD72DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD72DF is #528D20. Grayscale: #8F8F8F. Windows color (decimal): -5410081 or 14643885. OLE color: 14643885.

HSL color Cylindrical-coordinate representation of color #AD72DF: hue angle of 272.48º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD72DF is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 114 223 -
CMYK 0.22 0.49 0 0.13
HSL 272.48º 0.63% 0.66% -
HSV(B) 272.48º 0.49% 0.87% -
XYZ 36.57 26.25 72.95 -
YUV 144.07 172.55 148.64 -
System Red Green Blue C M Y K H S L
Decimal 173 114 223 0.22 0.49 0 0.13 272.48 0.63 0.66
Hex AD 72 DF 16 31 0 D 110 3F 42
Octal 255 162 337 26 61 0 15 420 77 102
Binary 10101101 1110010 11011111 10110 110001 0 1101 100010000 111111 1000010

Color Harmonies of #AD72DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD72DF

Black with #AD72DF

Text Example


Text Example

White with #AD72DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD72DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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