Html Css Color HEX #AD68D7 Amethyst

📋 copy color: '#AD68D7'

red 173 ◦ green 104 ◦ blue 215

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

Shades of Amethyst #AD68D7

Tints of Amethyst #AD68D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 43.7%

R = 35.16%
G = 21.14%
B = 43.7%

CMYK

 C value IS 0.20

 M value IS 0.52

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AD68D7 (or 0xAD68D7) is known color: Amethyst. HEX triplet: AD, 68 and D7. RGB value is (173,104,215). Sum of RGB (Red+Green+Blue) = 173+104+215=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 104 (41.02% from 255 or 21.14% from 492); Blue value is 215 (84.38% from 255 or 43.70% from 492); Max value from RGB is 215 - color contains mainly: blue. Hex color #AD68D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD68D7 is #529728. Grayscale: #888888. Windows color (decimal): -5412649 or 14117037. OLE color: 14117037.

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

Color convert

RGB 173 104 215 -
CMYK 0.20 0.52 0 0.16
HSL 277.3º 0.58% 0.63% -
HSV(B) 277.3º 0.52% 0.84% -
XYZ 34.45 23.69 67.05 -
YUV 137.29 171.86 153.47 -
System Red Green Blue C M Y K H S L
Decimal 173 104 215 0.20 0.52 0 0.16 277.3 0.58 0.63
Hex AD 68 D7 14 34 0 10 115 3A 3F
Octal 255 150 327 24 64 0 20 425 72 77
Binary 10101101 1101000 11010111 10100 110100 0 10000 100010101 111010 111111

Color Harmonies of #AD68D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD68D7

Black with #AD68D7

Text Example


Text Example

White with #AD68D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD68D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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