Html Css Color HEX #AD76DD Amethyst

📋 copy color: '#AD76DD'

red 173 ◦ green 118 ◦ blue 221

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

Shades of Amethyst #AD76DD

Tints of Amethyst #AD76DD

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.05%

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

R = 33.79%
G = 23.05%
B = 43.16%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD76DD (or 0xAD76DD) is known color: Amethyst. HEX triplet: AD, 76 and DD. RGB value is (173,118,221). Sum of RGB (Red+Green+Blue) = 173+118+221=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 118 (46.48% from 255 or 23.05% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD76DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD76DD is #528922. Grayscale: #919191. Windows color (decimal): -5409059 or 14513837. OLE color: 14513837.

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

Color convert

RGB 173 118 221 -
CMYK 0.22 0.47 0 0.13
HSL 272.04º 0.6% 0.66% -
HSV(B) 272.04º 0.47% 0.87% -
XYZ 36.76 27.06 71.69 -
YUV 146.19 170.22 147.12 -
System Red Green Blue C M Y K H S L
Decimal 173 118 221 0.22 0.47 0 0.13 272.04 0.6 0.66
Hex AD 76 DD 16 2F 0 D 110 3C 42
Octal 255 166 335 26 57 0 15 420 74 102
Binary 10101101 1110110 11011101 10110 101111 0 1101 100010000 111100 1000010

Color Harmonies of #AD76DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD76DD

Black with #AD76DD

Text Example


Text Example

White with #AD76DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD76DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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