Html Css Color HEX #AD68D9 Amethyst

📋 copy color: '#AD68D9'

red 173 ◦ green 104 ◦ blue 217

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

Shades of Amethyst #AD68D9

Tints of Amethyst #AD68D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 43.93%

R = 35.02%
G = 21.05%
B = 43.93%

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

#AD68D9 (or 0xAD68D9) is known color: Amethyst. HEX triplet: AD, 68 and D9. RGB value is (173,104,217). Sum of RGB (Red+Green+Blue) = 173+104+217=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 104 (41.02% from 255 or 21.05% from 494); Blue value is 217 (85.16% from 255 or 43.93% from 494); Max value from RGB is 217 - color contains mainly: blue. Hex color #AD68D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD68D9 is #529726. Grayscale: #898989. Windows color (decimal): -5412647 or 14248109. OLE color: 14248109.

HSL color Cylindrical-coordinate representation of color #AD68D9: hue angle of 276.64º degrees, saturation: 0.6, 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 #AD68D9 is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 104 217 -
CMYK 0.20 0.52 0 0.15
HSL 276.64º 0.6% 0.63% -
HSV(B) 276.64º 0.52% 0.85% -
XYZ 34.71 23.79 68.41 -
YUV 137.51 172.86 153.31 -
System Red Green Blue C M Y K H S L
Decimal 173 104 217 0.20 0.52 0 0.15 276.64 0.6 0.63
Hex AD 68 D9 14 34 0 F 115 3C 3F
Octal 255 150 331 24 64 0 17 425 74 77
Binary 10101101 1101000 11011001 10100 110100 0 1111 100010101 111100 111111

Color Harmonies of #AD68D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD68D9

Black with #AD68D9

Text Example


Text Example

White with #AD68D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD68D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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