Html Css Color HEX #AD6FD1 Amethyst

📋 copy color: '#AD6FD1'

red 173 ◦ green 111 ◦ blue 209

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

Shades of Amethyst #AD6FD1

Tints of Amethyst #AD6FD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 42.39%

R = 35.09%
G = 22.52%
B = 42.39%

CMYK

 C value IS 0.17

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AD6FD1 (or 0xAD6FD1) is known color: Amethyst. HEX triplet: AD, 6F and D1. RGB value is (173,111,209). Sum of RGB (Red+Green+Blue) = 173+111+209=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 111 (43.75% from 255 or 22.52% from 493); Blue value is 209 (82.03% from 255 or 42.39% from 493); Max value from RGB is 209 - color contains mainly: blue. Hex color #AD6FD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6FD1 is #52902E. Grayscale: #8C8C8C. Windows color (decimal): -5410863 or 13725613. OLE color: 13725613.

HSL color Cylindrical-coordinate representation of color #AD6FD1: hue angle of 277.96º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD6FD1 is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 111 209 -
CMYK 0.17 0.47 0 0.18
HSL 277.96º 0.52% 0.63% -
HSV(B) 277.96º 0.47% 0.82% -
XYZ 34.43 24.86 63.3 -
YUV 140.71 166.54 151.03 -
System Red Green Blue C M Y K H S L
Decimal 173 111 209 0.17 0.47 0 0.18 277.96 0.52 0.63
Hex AD 6F D1 11 2F 0 12 116 34 3F
Octal 255 157 321 21 57 0 22 426 64 77
Binary 10101101 1101111 11010001 10001 101111 0 10010 100010110 110100 111111

Color Harmonies of #AD6FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6FD1

Black with #AD6FD1

Text Example


Text Example

White with #AD6FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6FD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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