Html Css Color HEX #AD70CC Amethyst

📋 copy color: '#AD70CC'

red 173 ◦ green 112 ◦ blue 204

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

Shades of Amethyst #AD70CC

Tints of Amethyst #AD70CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.72%

R = 35.38%
G = 22.9%
B = 41.72%

CMYK

 C value IS 0.15

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AD70CC (or 0xAD70CC) is known color: Amethyst. HEX triplet: AD, 70 and CC. RGB value is (173,112,204). Sum of RGB (Red+Green+Blue) = 173+112+204=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 112 (44.14% from 255 or 22.90% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD70CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD70CC is #528F33. Grayscale: #8C8C8C. Windows color (decimal): -5410612 or 13398189. OLE color: 13398189.

HSL color Cylindrical-coordinate representation of color #AD70CC: hue angle of 279.78º degrees, saturation: 0.47, 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 #AD70CC is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 112 204 -
CMYK 0.15 0.45 0 0.2
HSL 279.78º 0.47% 0.62% -
HSV(B) 279.78º 0.45% 0.8% -
XYZ 33.93 24.83 60.13 -
YUV 140.73 163.71 151.02 -
System Red Green Blue C M Y K H S L
Decimal 173 112 204 0.15 0.45 0 0.2 279.78 0.47 0.62
Hex AD 70 CC F 2D 0 14 118 2F 3E
Octal 255 160 314 17 55 0 24 430 57 76
Binary 10101101 1110000 11001100 1111 101101 0 10100 100011000 101111 111110

Color Harmonies of #AD70CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD70CC

Black with #AD70CC

Text Example


Text Example

White with #AD70CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD70CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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