Html Css Color HEX #AD6ED1 Amethyst

📋 copy color: '#AD6ED1'

red 173 ◦ green 110 ◦ blue 209

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

Shades of Amethyst #AD6ED1

Tints of Amethyst #AD6ED1

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.36%

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

R = 35.16%
G = 22.36%
B = 42.48%

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

#AD6ED1 (or 0xAD6ED1) is known color: Amethyst. HEX triplet: AD, 6E and D1. RGB value is (173,110,209). Sum of RGB (Red+Green+Blue) = 173+110+209=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 110 (43.36% from 255 or 22.36% from 492); Blue value is 209 (82.03% from 255 or 42.48% from 492); Max value from RGB is 209 - color contains mainly: blue. Hex color #AD6ED1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6ED1 is #52912E. Grayscale: #8B8B8B. Windows color (decimal): -5411119 or 13725357. OLE color: 13725357.

HSL color Cylindrical-coordinate representation of color #AD6ED1: hue angle of 278.18º 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 #AD6ED1 is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 110 209 -
CMYK 0.17 0.47 0 0.18
HSL 278.18º 0.52% 0.63% -
HSV(B) 278.18º 0.47% 0.82% -
XYZ 34.32 24.64 63.27 -
YUV 140.12 166.87 151.45 -
System Red Green Blue C M Y K H S L
Decimal 173 110 209 0.17 0.47 0 0.18 278.18 0.52 0.63
Hex AD 6E D1 11 2F 0 12 116 34 3F
Octal 255 156 321 21 57 0 22 426 64 77
Binary 10101101 1101110 11010001 10001 101111 0 10010 100010110 110100 111111

Color Harmonies of #AD6ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6ED1

Black with #AD6ED1

Text Example


Text Example

White with #AD6ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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