Html Css Color HEX #AD70DF Amethyst

📋 copy color: '#AD70DF'

red 173 ◦ green 112 ◦ blue 223

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

Shades of Amethyst #AD70DF

Tints of Amethyst #AD70DF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.05%

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

R = 34.06%
G = 22.05%
B = 43.9%

CMYK

 C value IS 0.22

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD70DF (or 0xAD70DF) is known color: Amethyst. HEX triplet: AD, 70 and DF. RGB value is (173,112,223). Sum of RGB (Red+Green+Blue) = 173+112+223=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 112 (44.14% from 255 or 22.05% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD70DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD70DF is #528F20. Grayscale: #8E8E8E. Windows color (decimal): -5410593 or 14643373. OLE color: 14643373.

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

Color convert

RGB 173 112 223 -
CMYK 0.22 0.50 0 0.13
HSL 272.97º 0.63% 0.66% -
HSV(B) 272.97º 0.5% 0.87% -
XYZ 36.35 25.8 72.88 -
YUV 142.89 173.21 149.47 -
System Red Green Blue C M Y K H S L
Decimal 173 112 223 0.22 0.50 0 0.13 272.97 0.63 0.66
Hex AD 70 DF 16 32 0 D 111 3F 42
Octal 255 160 337 26 62 0 15 421 77 102
Binary 10101101 1110000 11011111 10110 110010 0 1101 100010001 111111 1000010

Color Harmonies of #AD70DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD70DF

Black with #AD70DF

Text Example


Text Example

White with #AD70DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD70DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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