Html Css Color HEX #AD71DA Amethyst

📋 copy color: '#AD71DA'

red 173 ◦ green 113 ◦ blue 218

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

Shades of Amethyst #AD71DA

Tints of Amethyst #AD71DA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.42%

 BLUE value IS 218 (85.55% from 255) = 43.25%

R = 34.33%
G = 22.42%
B = 43.25%

CMYK

 C value IS 0.21

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD71DA (or 0xAD71DA) is known color: Amethyst. HEX triplet: AD, 71 and DA. RGB value is (173,113,218). Sum of RGB (Red+Green+Blue) = 173+113+218=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 113 (44.53% from 255 or 22.42% from 504); Blue value is 218 (85.55% from 255 or 43.25% from 504); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD71DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD71DA is #528E25. Grayscale: #8E8E8E. Windows color (decimal): -5410342 or 14315949. OLE color: 14315949.

HSL color Cylindrical-coordinate representation of color #AD71DA: hue angle of 274.29º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AD71DA is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 113 218 -
CMYK 0.21 0.48 0 0.15
HSL 274.29º 0.59% 0.65% -
HSV(B) 274.29º 0.48% 0.85% -
XYZ 35.79 25.76 69.41 -
YUV 142.91 170.38 149.46 -
System Red Green Blue C M Y K H S L
Decimal 173 113 218 0.21 0.48 0 0.15 274.29 0.59 0.65
Hex AD 71 DA 15 30 0 F 112 3B 41
Octal 255 161 332 25 60 0 17 422 73 101
Binary 10101101 1110001 11011010 10101 110000 0 1111 100010010 111011 1000001

Color Harmonies of #AD71DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD71DA

Black with #AD71DA

Text Example


Text Example

White with #AD71DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD71DA; }

 p { color: rgb(173,113,218); }

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

background-color css

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

 a { background-color: rgb(173,113,218); }

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

border-color css

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

 span { border-color: rgb(173,113,218); }

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