Html Css Color HEX #AD73DA Amethyst

📋 copy color: '#AD73DA'

red 173 ◦ green 115 ◦ blue 218

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

Shades of Amethyst #AD73DA

Tints of Amethyst #AD73DA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.73%

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

R = 34.19%
G = 22.73%
B = 43.08%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD73DA (or 0xAD73DA) is known color: Amethyst. HEX triplet: AD, 73 and DA. RGB value is (173,115,218). Sum of RGB (Red+Green+Blue) = 173+115+218=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 115 (45.31% from 255 or 22.73% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD73DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD73DA is #528C25. Grayscale: #8F8F8F. Windows color (decimal): -5409830 or 14316461. OLE color: 14316461.

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

Color convert

RGB 173 115 218 -
CMYK 0.21 0.47 0 0.15
HSL 273.79º 0.58% 0.65% -
HSV(B) 273.79º 0.47% 0.85% -
XYZ 36.02 26.21 69.49 -
YUV 144.08 169.72 148.62 -
System Red Green Blue C M Y K H S L
Decimal 173 115 218 0.21 0.47 0 0.15 273.79 0.58 0.65
Hex AD 73 DA 15 2F 0 F 112 3A 41
Octal 255 163 332 25 57 0 17 422 72 101
Binary 10101101 1110011 11011010 10101 101111 0 1111 100010010 111010 1000001

Color Harmonies of #AD73DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD73DA

Black with #AD73DA

Text Example


Text Example

White with #AD73DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD73DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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