#AA71CA

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

Shades of Amethyst #AA71CA

Tints of Amethyst #AA71CA

Color information

#AA71CA (or 0xAA71CA) is unknown color: approx Amethyst. HEX triplet: AA, 71 and CA. RGB value is (170,113,202). Sum of RGB (Red+Green+Blue) = 170+113+202=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 113 (44.53% from 255 or 23.30% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA71CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA71CA is #558E35. Grayscale: #8B8B8B. Windows color (decimal): -5606966 or 13267370. OLE color: 13267370.

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

Color convert

RGB170113202-
CMYK0.160.4400.21
HSL278.43º45.64%61.76%-
HSV(B)278.43º44.06%79.22%-
XYZ33.1424.6258.88-
YUV140.19162.88149.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.05%
GREEN value IS 113 (44.53% from 255) = 23.30%
BLUE value IS 202 (79.30% from 255) = 41.65%
R=35.05%
G=23.30%
B=41.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1701132020.160.4400.21278.4345.6461.76
HexAA71CA102C0151162e3e
Octal25216131220540254265676
Binary1010101011100011100101010000101100010101100010110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA71CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA71CA; }

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

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

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

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

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

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

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

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