Html Css Color HEX #AD70CD Amethyst

📋 copy color: '#AD70CD'

red 173 ◦ green 112 ◦ blue 205

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

Shades of Amethyst #AD70CD

Tints of Amethyst #AD70CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.84%

R = 35.31%
G = 22.86%
B = 41.84%

CMYK

 C value IS 0.16

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD70CD (or 0xAD70CD) is known color: Amethyst. HEX triplet: AD, 70 and CD. RGB value is (173,112,205). Sum of RGB (Red+Green+Blue) = 173+112+205=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 112 (44.14% from 255 or 22.86% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD70CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD70CD is #528F32. Grayscale: #8C8C8C. Windows color (decimal): -5410611 or 13463725. OLE color: 13463725.

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

Color convert

RGB 173 112 205 -
CMYK 0.16 0.45 0 0.20
HSL 279.35º 0.48% 0.62% -
HSV(B) 279.35º 0.45% 0.8% -
XYZ 34.05 24.88 60.77 -
YUV 140.84 164.21 150.94 -
System Red Green Blue C M Y K H S L
Decimal 173 112 205 0.16 0.45 0 0.20 279.35 0.48 0.62
Hex AD 70 CD 10 2D 0 14 117 30 3E
Octal 255 160 315 20 55 0 24 427 60 76
Binary 10101101 1110000 11001101 10000 101101 0 10100 100010111 110000 111110

Color Harmonies of #AD70CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD70CD

Black with #AD70CD

Text Example


Text Example

White with #AD70CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD70CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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