Html Css Color HEX #AD6EDD Amethyst

📋 copy color: '#AD6EDD'

red 173 ◦ green 110 ◦ blue 221

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

Shades of Amethyst #AD6EDD

Tints of Amethyst #AD6EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.85%

R = 34.33%
G = 21.83%
B = 43.85%

CMYK

 C value IS 0.22

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD6EDD (or 0xAD6EDD) is known color: Amethyst. HEX triplet: AD, 6E and DD. RGB value is (173,110,221). Sum of RGB (Red+Green+Blue) = 173+110+221=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 110 (43.36% from 255 or 21.83% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD6EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6EDD is #529122. Grayscale: #8D8D8D. Windows color (decimal): -5411107 or 14511789. OLE color: 14511789.

HSL color Cylindrical-coordinate representation of color #AD6EDD: hue angle of 274.05º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD6EDD is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 110 221 -
CMYK 0.22 0.50 0 0.13
HSL 274.05º 0.62% 0.65% -
HSV(B) 274.05º 0.5% 0.87% -
XYZ 35.86 25.26 71.39 -
YUV 141.49 172.87 150.47 -
System Red Green Blue C M Y K H S L
Decimal 173 110 221 0.22 0.50 0 0.13 274.05 0.62 0.65
Hex AD 6E DD 16 32 0 D 112 3E 41
Octal 255 156 335 26 62 0 15 422 76 101
Binary 10101101 1101110 11011101 10110 110010 0 1101 100010010 111110 1000001

Color Harmonies of #AD6EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6EDD

Black with #AD6EDD

Text Example


Text Example

White with #AD6EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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