Html Css Color HEX #AD6CDD Amethyst

📋 copy color: '#AD6CDD'

red 173 ◦ green 108 ◦ blue 221

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

Shades of Amethyst #AD6CDD

Tints of Amethyst #AD6CDD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.51%

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

R = 34.46%
G = 21.51%
B = 44.02%

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

#AD6CDD (or 0xAD6CDD) is known color: Amethyst. HEX triplet: AD, 6C and DD. RGB value is (173,108,221). Sum of RGB (Red+Green+Blue) = 173+108+221=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 108 (42.58% from 255 or 21.51% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD6CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6CDD is #529322. Grayscale: #8B8B8B. Windows color (decimal): -5411619 or 14511277. OLE color: 14511277.

HSL color Cylindrical-coordinate representation of color #AD6CDD: hue angle of 274.51º 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 #AD6CDD is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 108 221 -
CMYK 0.22 0.51 0 0.13
HSL 274.51º 0.62% 0.65% -
HSV(B) 274.51º 0.51% 0.87% -
XYZ 35.65 24.83 71.32 -
YUV 140.32 173.53 151.31 -
System Red Green Blue C M Y K H S L
Decimal 173 108 221 0.22 0.51 0 0.13 274.51 0.62 0.65
Hex AD 6C DD 16 33 0 D 113 3E 41
Octal 255 154 335 26 63 0 15 423 76 101
Binary 10101101 1101100 11011101 10110 110011 0 1101 100010011 111110 1000001

Color Harmonies of #AD6CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6CDD

Black with #AD6CDD

Text Example


Text Example

White with #AD6CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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