Html Css Color HEX #AD71DF Amethyst

📋 copy color: '#AD71DF'

red 173 ◦ green 113 ◦ blue 223

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

Shades of Amethyst #AD71DF

Tints of Amethyst #AD71DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.81%

R = 33.99%
G = 22.2%
B = 43.81%

CMYK

 C value IS 0.22

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD71DF (or 0xAD71DF) is known color: Amethyst. HEX triplet: AD, 71 and DF. RGB value is (173,113,223). Sum of RGB (Red+Green+Blue) = 173+113+223=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 113 (44.53% from 255 or 22.20% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD71DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD71DF is #528E20. Grayscale: #8F8F8F. Windows color (decimal): -5410337 or 14643629. OLE color: 14643629.

HSL color Cylindrical-coordinate representation of color #AD71DF: hue angle of 272.73º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD71DF is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 113 223 -
CMYK 0.22 0.49 0 0.13
HSL 272.73º 0.63% 0.66% -
HSV(B) 272.73º 0.49% 0.87% -
XYZ 36.46 26.02 72.91 -
YUV 143.48 172.88 149.06 -
System Red Green Blue C M Y K H S L
Decimal 173 113 223 0.22 0.49 0 0.13 272.73 0.63 0.66
Hex AD 71 DF 16 31 0 D 111 3F 42
Octal 255 161 337 26 61 0 15 421 77 102
Binary 10101101 1110001 11011111 10110 110001 0 1101 100010001 111111 1000010

Color Harmonies of #AD71DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD71DF

Black with #AD71DF

Text Example


Text Example

White with #AD71DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD71DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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