#AA71DA

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

Shades of Amethyst #AA71DA

Tints of Amethyst #AA71DA

Color information

#AA71DA (or 0xAA71DA) is unknown color: approx Amethyst. HEX triplet: AA, 71 and DA. RGB value is (170,113,218). Sum of RGB (Red+Green+Blue) = 170+113+218=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 113 (44.53% from 255 or 22.55% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA71DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA71DA is #558E25. Grayscale: #8D8D8D. Windows color (decimal): -5606950 or 14315946. OLE color: 14315946.

HSL color Cylindrical-coordinate representation of color #AA71DA: hue angle of 272.57º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA71DA is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB170113218-
CMYK0.220.4800.15
HSL272.57º58.66%64.9%-
HSV(B)272.57º48.17%85.49%-
XYZ35.1425.4269.38-
YUV142.01170.88147.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.93%
GREEN value IS 113 (44.53% from 255) = 22.55%
BLUE value IS 218 (85.55% from 255) = 43.51%
R=33.93%
G=22.55%
B=43.51%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1701132180.220.4800.15272.5758.6664.9
HexAA71DA16300F1113b41
Octal252161332266001742173101
Binary1010101011100011101101010110110000011111000100011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA71DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA71DA; }

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

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

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

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

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

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

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

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