Html Css Color HEX #AD72DD Amethyst

📋 copy color: '#AD72DD'

red 173 ◦ green 114 ◦ blue 221

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

Shades of Amethyst #AD72DD

Tints of Amethyst #AD72DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.5%

R = 34.06%
G = 22.44%
B = 43.5%

CMYK

 C value IS 0.22

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD72DD (or 0xAD72DD) is known color: Amethyst. HEX triplet: AD, 72 and DD. RGB value is (173,114,221). Sum of RGB (Red+Green+Blue) = 173+114+221=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 114 (44.92% from 255 or 22.44% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD72DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD72DD is #528D22. Grayscale: #8F8F8F. Windows color (decimal): -5410083 or 14512813. OLE color: 14512813.

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

Color convert

RGB 173 114 221 -
CMYK 0.22 0.48 0 0.13
HSL 273.08º 0.61% 0.66% -
HSV(B) 273.08º 0.48% 0.87% -
XYZ 36.3 26.14 71.54 -
YUV 143.84 171.55 148.8 -
System Red Green Blue C M Y K H S L
Decimal 173 114 221 0.22 0.48 0 0.13 273.08 0.61 0.66
Hex AD 72 DD 16 30 0 D 111 3D 42
Octal 255 162 335 26 60 0 15 421 75 102
Binary 10101101 1110010 11011101 10110 110000 0 1101 100010001 111101 1000010

Color Harmonies of #AD72DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD72DD

Black with #AD72DD

Text Example


Text Example

White with #AD72DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD72DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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