#AA71DD

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

Shades of Amethyst #AA71DD

Tints of Amethyst #AA71DD

Color information

#AA71DD (or 0xAA71DD) is unknown color: approx Amethyst. HEX triplet: AA, 71 and DD. RGB value is (170,113,221). Sum of RGB (Red+Green+Blue) = 170+113+221=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 113 (44.53% from 255 or 22.42% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA71DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA71DD is #558E22. Grayscale: #8D8D8D. Windows color (decimal): -5606947 or 14512554. OLE color: 14512554.

HSL color Cylindrical-coordinate representation of color #AA71DD: hue angle of 271.67º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA71DD is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB170113221-
CMYK0.230.4900.13
HSL271.67º61.36%65.49%-
HSV(B)271.67º48.87%86.67%-
XYZ35.5325.5871.47-
YUV142.36172.38147.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.73%
GREEN value IS 113 (44.53% from 255) = 22.42%
BLUE value IS 221 (86.72% from 255) = 43.85%
R=33.73%
G=22.42%
B=43.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1701132210.230.4900.13271.6761.3665.49
HexAA71DD17310D1103d41
Octal252161335276101542075101
Binary1010101011100011101110110111110001011011000100001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA71DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA71DD; }

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

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

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

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

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

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

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

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