#AA71CC

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

Shades of Amethyst #AA71CC

Tints of Amethyst #AA71CC

Color information

#AA71CC (or 0xAA71CC) is unknown color: approx Amethyst. HEX triplet: AA, 71 and CC. RGB value is (170,113,204). Sum of RGB (Red+Green+Blue) = 170+113+204=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 113 (44.53% from 255 or 23.20% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA71CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA71CC is #558E33. Grayscale: #8C8C8C. Windows color (decimal): -5606964 or 13398442. OLE color: 13398442.

HSL color Cylindrical-coordinate representation of color #AA71CC: hue angle of 277.58º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA71CC is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB170113204-
CMYK0.170.4500.2
HSL277.58º47.15%62.16%-
HSV(B)277.58º44.61%80%-
XYZ33.3824.7260.14-
YUV140.42163.88149.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.91%
GREEN value IS 113 (44.53% from 255) = 23.20%
BLUE value IS 204 (80.08% from 255) = 41.89%
R=34.91%
G=23.20%
B=41.89%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1701132040.170.4500.2277.5847.1562.16
HexAA71CC112D0141162f3e
Octal25216131421550244265776
Binary1010101011100011100110010001101101010100100010110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA71CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA71CC; }

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

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

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

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

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

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

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

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