Html Css Color HEX #AD68D8 Amethyst

📋 copy color: '#AD68D8'

red 173 ◦ green 104 ◦ blue 216

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

Shades of Amethyst #AD68D8

Tints of Amethyst #AD68D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 43.81%

R = 35.09%
G = 21.1%
B = 43.81%

CMYK

 C value IS 0.20

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD68D8 (or 0xAD68D8) is known color: Amethyst. HEX triplet: AD, 68 and D8. RGB value is (173,104,216). Sum of RGB (Red+Green+Blue) = 173+104+216=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 104 (41.02% from 255 or 21.10% from 493); Blue value is 216 (84.77% from 255 or 43.81% from 493); Max value from RGB is 216 - color contains mainly: blue. Hex color #AD68D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD68D8 is #529727. Grayscale: #898989. Windows color (decimal): -5412648 or 14182573. OLE color: 14182573.

HSL color Cylindrical-coordinate representation of color #AD68D8: hue angle of 276.96º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD68D8 is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 104 216 -
CMYK 0.20 0.52 0 0.15
HSL 276.96º 0.59% 0.63% -
HSV(B) 276.96º 0.52% 0.85% -
XYZ 34.58 23.74 67.73 -
YUV 137.4 172.36 153.39 -
System Red Green Blue C M Y K H S L
Decimal 173 104 216 0.20 0.52 0 0.15 276.96 0.59 0.63
Hex AD 68 D8 14 34 0 F 115 3B 3F
Octal 255 150 330 24 64 0 17 425 73 77
Binary 10101101 1101000 11011000 10100 110100 0 1111 100010101 111011 111111

Color Harmonies of #AD68D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD68D8

Black with #AD68D8

Text Example


Text Example

White with #AD68D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD68D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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