Html Css Color HEX #AD71C9 Amethyst

📋 copy color: '#AD71C9'

red 173 ◦ green 113 ◦ blue 201

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

Shades of Amethyst #AD71C9

Tints of Amethyst #AD71C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 41.27%

R = 35.52%
G = 23.2%
B = 41.27%

CMYK

 C value IS 0.14

 M value IS 0.44

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AD71C9 (or 0xAD71C9) is known color: Amethyst. HEX triplet: AD, 71 and C9. RGB value is (173,113,201). Sum of RGB (Red+Green+Blue) = 173+113+201=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 113 (44.53% from 255 or 23.20% from 487); Blue value is 201 (78.91% from 255 or 41.27% from 487); Max value from RGB is 201 - color contains mainly: blue. Hex color #AD71C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD71C9 is #528E36. Grayscale: #8C8C8C. Windows color (decimal): -5410359 or 13201837. OLE color: 13201837.

HSL color Cylindrical-coordinate representation of color #AD71C9: hue angle of 280.91º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD71C9 is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 113 201 -
CMYK 0.14 0.44 0 0.21
HSL 280.91º 0.45% 0.62% -
HSV(B) 280.91º 0.44% 0.79% -
XYZ 33.68 24.91 58.29 -
YUV 140.97 161.88 150.84 -
System Red Green Blue C M Y K H S L
Decimal 173 113 201 0.14 0.44 0 0.21 280.91 0.45 0.62
Hex AD 71 C9 E 2C 0 15 119 2D 3E
Octal 255 161 311 16 54 0 25 431 55 76
Binary 10101101 1110001 11001001 1110 101100 0 10101 100011001 101101 111110

Color Harmonies of #AD71C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD71C9

Black with #AD71C9

Text Example


Text Example

White with #AD71C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD71C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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