Html Css Color HEX #AD70D7 Amethyst

📋 copy color: '#AD70D7'

red 173 ◦ green 112 ◦ blue 215

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

Shades of Amethyst #AD70D7

Tints of Amethyst #AD70D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 43%

R = 34.6%
G = 22.4%
B = 43%

CMYK

 C value IS 0.20

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AD70D7 (or 0xAD70D7) is known color: Amethyst. HEX triplet: AD, 70 and D7. RGB value is (173,112,215). Sum of RGB (Red+Green+Blue) = 173+112+215=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 112 (44.14% from 255 or 22.4% from 500); Blue value is 215 (84.38% from 255 or 43% from 500); Max value from RGB is 215 - color contains mainly: blue. Hex color #AD70D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD70D7 is #528F28. Grayscale: #8D8D8D. Windows color (decimal): -5410601 or 14119085. OLE color: 14119085.

HSL color Cylindrical-coordinate representation of color #AD70D7: hue angle of 275.53º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AD70D7 is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 112 215 -
CMYK 0.20 0.48 0 0.16
HSL 275.53º 0.56% 0.64% -
HSV(B) 275.53º 0.48% 0.84% -
XYZ 35.29 25.38 67.33 -
YUV 141.98 169.21 150.12 -
System Red Green Blue C M Y K H S L
Decimal 173 112 215 0.20 0.48 0 0.16 275.53 0.56 0.64
Hex AD 70 D7 14 30 0 10 114 38 40
Octal 255 160 327 24 60 0 20 424 70 100
Binary 10101101 1110000 11010111 10100 110000 0 10000 100010100 111000 1000000

Color Harmonies of #AD70D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD70D7

Black with #AD70D7

Text Example


Text Example

White with #AD70D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD70D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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