Html Css Color HEX #AD6ADD Amethyst

📋 copy color: '#AD6ADD'

red 173 ◦ green 106 ◦ blue 221

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

Shades of Amethyst #AD6ADD

Tints of Amethyst #AD6ADD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.2%

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

R = 34.6%
G = 21.2%
B = 44.2%

CMYK

 C value IS 0.22

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD6ADD (or 0xAD6ADD) is known color: Amethyst. HEX triplet: AD, 6A and DD. RGB value is (173,106,221). Sum of RGB (Red+Green+Blue) = 173+106+221=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 106 (41.80% from 255 or 21.2% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD6ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6ADD is #529522. Grayscale: #8A8A8A. Windows color (decimal): -5412131 or 14510765. OLE color: 14510765.

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

Color convert

RGB 173 106 221 -
CMYK 0.22 0.52 0 0.13
HSL 274.96º 0.63% 0.64% -
HSV(B) 274.96º 0.52% 0.87% -
XYZ 35.44 24.41 71.25 -
YUV 139.14 174.2 152.15 -
System Red Green Blue C M Y K H S L
Decimal 173 106 221 0.22 0.52 0 0.13 274.96 0.63 0.64
Hex AD 6A DD 16 34 0 D 113 3F 40
Octal 255 152 335 26 64 0 15 423 77 100
Binary 10101101 1101010 11011101 10110 110100 0 1101 100010011 111111 1000000

Color Harmonies of #AD6ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6ADD

Black with #AD6ADD

Text Example


Text Example

White with #AD6ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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