Html Css Color HEX #AD6DDD Amethyst

📋 copy color: '#AD6DDD'

red 173 ◦ green 109 ◦ blue 221

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

Shades of Amethyst #AD6DDD

Tints of Amethyst #AD6DDD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.67%

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

R = 34.39%
G = 21.67%
B = 43.94%

CMYK

 C value IS 0.22

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD6DDD (or 0xAD6DDD) is known color: Amethyst. HEX triplet: AD, 6D and DD. RGB value is (173,109,221). Sum of RGB (Red+Green+Blue) = 173+109+221=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 109 (42.97% from 255 or 21.67% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD6DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6DDD is #529222. Grayscale: #8C8C8C. Windows color (decimal): -5411363 or 14511533. OLE color: 14511533.

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

Color convert

RGB 173 109 221 -
CMYK 0.22 0.51 0 0.13
HSL 274.29º 0.62% 0.65% -
HSV(B) 274.29º 0.51% 0.87% -
XYZ 35.75 25.04 71.36 -
YUV 140.9 173.2 150.89 -
System Red Green Blue C M Y K H S L
Decimal 173 109 221 0.22 0.51 0 0.13 274.29 0.62 0.65
Hex AD 6D DD 16 33 0 D 112 3E 41
Octal 255 155 335 26 63 0 15 422 76 101
Binary 10101101 1101101 11011101 10110 110011 0 1101 100010010 111110 1000001

Color Harmonies of #AD6DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6DDD

Black with #AD6DDD

Text Example


Text Example

White with #AD6DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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