#AD71CA

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

Shades of Amethyst #AD71CA

Tints of Amethyst #AD71CA

Color information

#AD71CA (or 0xAD71CA) is unknown color: approx Amethyst. HEX triplet: AD, 71 and CA. RGB value is (173,113,202). Sum of RGB (Red+Green+Blue) = 173+113+202=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 113 (44.53% from 255 or 23.16% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD71CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD71CA is #528E35. Grayscale: #8C8C8C. Windows color (decimal): -5410358 or 13267373. OLE color: 13267373.

HSL color Cylindrical-coordinate representation of color #AD71CA: hue angle of 280.45º degrees, saturation: 0.46, 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 #AD71CA is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB173113202-
CMYK0.140.4400.21
HSL280.45º45.64%61.76%-
HSV(B)280.45º44.06%79.22%-
XYZ33.824.9658.91-
YUV141.09162.38150.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.45%
GREEN value IS 113 (44.53% from 255) = 23.16%
BLUE value IS 202 (79.30% from 255) = 41.39%
R=35.45%
G=23.16%
B=41.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1731132020.140.4400.21280.4545.6461.76
HexAD71CAE2C0151182e3e
Octal25516131216540254305676
Binary101011011110001110010101110101100010101100011000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD71CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD71CA; }

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

 H1.HeaderClassName
 {
   color: #AD71CA;
 }
 .AnyTagClassName
 {
   color: #AD71CA;
 }
</style>
background-color css

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

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

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

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

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

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