Html Css Color HEX #AD74DA Amethyst

📋 copy color: '#AD74DA'

red 173 ◦ green 116 ◦ blue 218

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

Shades of Amethyst #AD74DA

Tints of Amethyst #AD74DA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.88%

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

R = 34.12%
G = 22.88%
B = 43%

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

#AD74DA (or 0xAD74DA) is known color: Amethyst. HEX triplet: AD, 74 and DA. RGB value is (173,116,218). Sum of RGB (Red+Green+Blue) = 173+116+218=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 116 (45.70% from 255 or 22.88% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD74DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD74DA is #528B25. Grayscale: #909090. Windows color (decimal): -5409574 or 14316717. OLE color: 14316717.

HSL color Cylindrical-coordinate representation of color #AD74DA: hue angle of 273.53º 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 #AD74DA is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 116 218 -
CMYK 0.21 0.47 0 0.15
HSL 273.53º 0.58% 0.65% -
HSV(B) 273.53º 0.47% 0.85% -
XYZ 36.13 26.44 69.53 -
YUV 144.67 169.38 148.21 -
System Red Green Blue C M Y K H S L
Decimal 173 116 218 0.21 0.47 0 0.15 273.53 0.58 0.65
Hex AD 74 DA 15 2F 0 F 112 3A 41
Octal 255 164 332 25 57 0 17 422 72 101
Binary 10101101 1110100 11011010 10101 101111 0 1111 100010010 111010 1000001

Color Harmonies of #AD74DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD74DA

Black with #AD74DA

Text Example


Text Example

White with #AD74DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD74DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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