Html Css Color HEX #AD68DC Amethyst

📋 copy color: '#AD68DC'

red 173 ◦ green 104 ◦ blue 220

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

Shades of Amethyst #AD68DC

Tints of Amethyst #AD68DC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.93%

 BLUE value IS 220 (86.33% from 255) = 44.27%

R = 34.81%
G = 20.93%
B = 44.27%

CMYK

 C value IS 0.21

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD68DC (or 0xAD68DC) is known color: Amethyst. HEX triplet: AD, 68 and DC. RGB value is (173,104,220). Sum of RGB (Red+Green+Blue) = 173+104+220=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 104 (41.02% from 255 or 20.93% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD68DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD68DC is #529723. Grayscale: #898989. Windows color (decimal): -5412644 or 14444717. OLE color: 14444717.

HSL color Cylindrical-coordinate representation of color #AD68DC: hue angle of 275.69º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD68DC is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 104 220 -
CMYK 0.21 0.53 0 0.14
HSL 275.69º 0.62% 0.64% -
HSV(B) 275.69º 0.53% 0.86% -
XYZ 35.1 23.95 70.48 -
YUV 137.86 174.36 153.07 -
System Red Green Blue C M Y K H S L
Decimal 173 104 220 0.21 0.53 0 0.14 275.69 0.62 0.64
Hex AD 68 DC 15 35 0 E 114 3E 40
Octal 255 150 334 25 65 0 16 424 76 100
Binary 10101101 1101000 11011100 10101 110101 0 1110 100010100 111110 1000000

Color Harmonies of #AD68DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD68DC

Black with #AD68DC

Text Example


Text Example

White with #AD68DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD68DC; }

 p { color: rgb(173,104,220); }

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

background-color css

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

 a { background-color: rgb(173,104,220); }

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

border-color css

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

 span { border-color: rgb(173,104,220); }

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