Html Css Color HEX #AD76CF Amethyst

📋 copy color: '#AD76CF'

red 173 ◦ green 118 ◦ blue 207

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

Shades of Amethyst #AD76CF

Tints of Amethyst #AD76CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.57%

R = 34.74%
G = 23.69%
B = 41.57%

CMYK

 C value IS 0.16

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD76CF (or 0xAD76CF) is known color: Amethyst. HEX triplet: AD, 76 and CF. RGB value is (173,118,207). Sum of RGB (Red+Green+Blue) = 173+118+207=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 118 (46.48% from 255 or 23.69% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD76CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD76CF is #528930. Grayscale: #909090. Windows color (decimal): -5409073 or 13596333. OLE color: 13596333.

HSL color Cylindrical-coordinate representation of color #AD76CF: hue angle of 277.08º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD76CF is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 118 207 -
CMYK 0.16 0.43 0 0.19
HSL 277.08º 0.48% 0.64% -
HSV(B) 277.08º 0.43% 0.81% -
XYZ 34.97 26.35 62.27 -
YUV 144.59 163.22 148.26 -
System Red Green Blue C M Y K H S L
Decimal 173 118 207 0.16 0.43 0 0.19 277.08 0.48 0.64
Hex AD 76 CF 10 2B 0 13 115 30 40
Octal 255 166 317 20 53 0 23 425 60 100
Binary 10101101 1110110 11001111 10000 101011 0 10011 100010101 110000 1000000

Color Harmonies of #AD76CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD76CF

Black with #AD76CF

Text Example


Text Example

White with #AD76CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD76CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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