Html Css Color HEX #AD72DE Amethyst

📋 copy color: '#AD72DE'

red 173 ◦ green 114 ◦ blue 222

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

Shades of Amethyst #AD72DE

Tints of Amethyst #AD72DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.61%

R = 33.99%
G = 22.4%
B = 43.61%

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

#AD72DE (or 0xAD72DE) is known color: Amethyst. HEX triplet: AD, 72 and DE. RGB value is (173,114,222). Sum of RGB (Red+Green+Blue) = 173+114+222=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 114 (44.92% from 255 or 22.40% from 509); Blue value is 222 (87.11% from 255 or 43.61% from 509); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD72DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD72DE is #528D21. Grayscale: #8F8F8F. Windows color (decimal): -5410082 or 14578349. OLE color: 14578349.

HSL color Cylindrical-coordinate representation of color #AD72DE: hue angle of 272.78º degrees, saturation: 0.62, 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 #AD72DE is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 114 222 -
CMYK 0.22 0.49 0 0.13
HSL 272.78º 0.62% 0.66% -
HSV(B) 272.78º 0.49% 0.87% -
XYZ 36.44 26.19 72.24 -
YUV 143.95 172.05 148.72 -
System Red Green Blue C M Y K H S L
Decimal 173 114 222 0.22 0.49 0 0.13 272.78 0.62 0.66
Hex AD 72 DE 16 31 0 D 111 3E 42
Octal 255 162 336 26 61 0 15 421 76 102
Binary 10101101 1110010 11011110 10110 110001 0 1101 100010001 111110 1000010

Color Harmonies of #AD72DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD72DE

Black with #AD72DE

Text Example


Text Example

White with #AD72DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD72DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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