Html Css Color HEX #AD71CB Amethyst

📋 copy color: '#AD71CB'

red 173 ◦ green 113 ◦ blue 203

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

Shades of Amethyst #AD71CB

Tints of Amethyst #AD71CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.51%

R = 35.38%
G = 23.11%
B = 41.51%

CMYK

 C value IS 0.15

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD71CB (or 0xAD71CB) is known color: Amethyst. HEX triplet: AD, 71 and CB. RGB value is (173,113,203). Sum of RGB (Red+Green+Blue) = 173+113+203=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 113 (44.53% from 255 or 23.11% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD71CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD71CB is #528E34. Grayscale: #8C8C8C. Windows color (decimal): -5410357 or 13332909. OLE color: 13332909.

HSL color Cylindrical-coordinate representation of color #AD71CB: hue angle of 280º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD71CB is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 113 203 -
CMYK 0.15 0.44 0 0.20
HSL 280º 0.46% 0.62% -
HSV(B) 280º 0.44% 0.8% -
XYZ 33.92 25.01 59.54 -
YUV 141.2 162.88 150.68 -
System Red Green Blue C M Y K H S L
Decimal 173 113 203 0.15 0.44 0 0.20 280 0.46 0.62
Hex AD 71 CB F 2C 0 14 118 2E 3E
Octal 255 161 313 17 54 0 24 430 56 76
Binary 10101101 1110001 11001011 1111 101100 0 10100 100011000 101110 111110

Color Harmonies of #AD71CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD71CB

Black with #AD71CB

Text Example


Text Example

White with #AD71CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD71CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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