Html Css Color HEX #AD6FD9 Amethyst

📋 copy color: '#AD6FD9'

red 173 ◦ green 111 ◦ blue 217

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

Shades of Amethyst #AD6FD9

Tints of Amethyst #AD6FD9

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.16%

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

R = 34.53%
G = 22.16%
B = 43.31%

CMYK

 C value IS 0.20

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD6FD9 (or 0xAD6FD9) is known color: Amethyst. HEX triplet: AD, 6F and D9. RGB value is (173,111,217). Sum of RGB (Red+Green+Blue) = 173+111+217=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 111 (43.75% from 255 or 22.16% from 501); Blue value is 217 (85.16% from 255 or 43.31% from 501); Max value from RGB is 217 - color contains mainly: blue. Hex color #AD6FD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6FD9 is #529026. Grayscale: #8D8D8D. Windows color (decimal): -5410855 or 14249901. OLE color: 14249901.

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

Color convert

RGB 173 111 217 -
CMYK 0.20 0.49 0 0.15
HSL 275.09º 0.58% 0.64% -
HSV(B) 275.09º 0.49% 0.85% -
XYZ 35.44 25.26 68.65 -
YUV 141.62 170.54 150.38 -
System Red Green Blue C M Y K H S L
Decimal 173 111 217 0.20 0.49 0 0.15 275.09 0.58 0.64
Hex AD 6F D9 14 31 0 F 113 3A 40
Octal 255 157 331 24 61 0 17 423 72 100
Binary 10101101 1101111 11011001 10100 110001 0 1111 100010011 111010 1000000

Color Harmonies of #AD6FD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6FD9

Black with #AD6FD9

Text Example


Text Example

White with #AD6FD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6FD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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