Html Css Color HEX #AD70DE Amethyst

📋 copy color: '#AD70DE'

red 173 ◦ green 112 ◦ blue 222

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

Shades of Amethyst #AD70DE

Tints of Amethyst #AD70DE

RGB

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

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

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

R = 34.12%
G = 22.09%
B = 43.79%

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

#AD70DE (or 0xAD70DE) is known color: Amethyst. HEX triplet: AD, 70 and DE. RGB value is (173,112,222). Sum of RGB (Red+Green+Blue) = 173+112+222=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 112 (44.14% from 255 or 22.09% from 507); Blue value is 222 (87.11% from 255 or 43.79% from 507); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD70DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD70DE is #528F21. Grayscale: #8E8E8E. Windows color (decimal): -5410594 or 14577837. OLE color: 14577837.

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

Color convert

RGB 173 112 222 -
CMYK 0.22 0.50 0 0.13
HSL 273.27º 0.63% 0.65% -
HSV(B) 273.27º 0.5% 0.87% -
XYZ 36.21 25.75 72.17 -
YUV 142.78 172.71 149.56 -
System Red Green Blue C M Y K H S L
Decimal 173 112 222 0.22 0.50 0 0.13 273.27 0.63 0.65
Hex AD 70 DE 16 32 0 D 111 3E 41
Octal 255 160 336 26 62 0 15 421 76 101
Binary 10101101 1110000 11011110 10110 110010 0 1101 100010001 111110 1000001

Color Harmonies of #AD70DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD70DE

Black with #AD70DE

Text Example


Text Example

White with #AD70DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD70DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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