#AD71CB

Color #AD71CB Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #AD71CB

Tints of Amethyst #AD71CB

Color information

#AD71CB (or 0xAD71CB) is unknown color: approx 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

RGB173113203-
CMYK0.150.4400.20
HSL280º46.39%61.96%-
HSV(B)280º44.33%79.61%-
XYZ33.9225.0159.54-
YUV141.2162.88150.68-

RGB Variations

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

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 (Cyan) values IS 0.15
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1731132030.150.4400.2028046.3961.96
HexAD71CBF2C0141182e3e
Octal25516131317540244305676
Binary101011011110001110010111111101100010100100011000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD71CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>