Html Css Color HEX #AD70CE Amethyst

📋 copy color: '#AD70CE'

red 173 ◦ green 112 ◦ blue 206

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

Shades of Amethyst #AD70CE

Tints of Amethyst #AD70CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.96%

R = 35.23%
G = 22.81%
B = 41.96%

CMYK

 C value IS 0.16

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD70CE (or 0xAD70CE) is known color: Amethyst. HEX triplet: AD, 70 and CE. RGB value is (173,112,206). Sum of RGB (Red+Green+Blue) = 173+112+206=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 112 (44.14% from 255 or 22.81% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD70CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD70CE is #528F31. Grayscale: #8C8C8C. Windows color (decimal): -5410610 or 13529261. OLE color: 13529261.

HSL color Cylindrical-coordinate representation of color #AD70CE: hue angle of 278.94º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD70CE is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 112 206 -
CMYK 0.16 0.46 0 0.19
HSL 278.94º 0.49% 0.62% -
HSV(B) 278.94º 0.46% 0.81% -
XYZ 34.17 24.93 61.4 -
YUV 140.96 164.71 150.86 -
System Red Green Blue C M Y K H S L
Decimal 173 112 206 0.16 0.46 0 0.19 278.94 0.49 0.62
Hex AD 70 CE 10 2E 0 13 117 31 3E
Octal 255 160 316 20 56 0 23 427 61 76
Binary 10101101 1110000 11001110 10000 101110 0 10011 100010111 110001 111110

Color Harmonies of #AD70CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD70CE

Black with #AD70CE

Text Example


Text Example

White with #AD70CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD70CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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