Html Css Color HEX #AD76D5 Amethyst

📋 copy color: '#AD76D5'

red 173 ◦ green 118 ◦ blue 213

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

Shades of Amethyst #AD76D5

Tints of Amethyst #AD76D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.26%

R = 34.33%
G = 23.41%
B = 42.26%

CMYK

 C value IS 0.19

 M value IS 0.45

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AD76D5 (or 0xAD76D5) is known color: Amethyst. HEX triplet: AD, 76 and D5. RGB value is (173,118,213). Sum of RGB (Red+Green+Blue) = 173+118+213=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 118 (46.48% from 255 or 23.41% from 504); Blue value is 213 (83.59% from 255 or 42.26% from 504); Max value from RGB is 213 - color contains mainly: blue. Hex color #AD76D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD76D5 is #52892A. Grayscale: #909090. Windows color (decimal): -5409067 or 13989549. OLE color: 13989549.

HSL color Cylindrical-coordinate representation of color #AD76D5: hue angle of 274.74º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD76D5 is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 118 213 -
CMYK 0.19 0.45 0 0.16
HSL 274.74º 0.53% 0.65% -
HSV(B) 274.74º 0.45% 0.84% -
XYZ 35.72 26.65 66.21 -
YUV 145.28 166.22 147.78 -
System Red Green Blue C M Y K H S L
Decimal 173 118 213 0.19 0.45 0 0.16 274.74 0.53 0.65
Hex AD 76 D5 13 2D 0 10 113 35 41
Octal 255 166 325 23 55 0 20 423 65 101
Binary 10101101 1110110 11010101 10011 101101 0 10000 100010011 110101 1000001

Color Harmonies of #AD76D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD76D5

Black with #AD76D5

Text Example


Text Example

White with #AD76D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD76D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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