#AA71CD

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

Shades of Amethyst #AA71CD

Tints of Amethyst #AA71CD

Color information

#AA71CD (or 0xAA71CD) is unknown color: approx Amethyst. HEX triplet: AA, 71 and CD. RGB value is (170,113,205). Sum of RGB (Red+Green+Blue) = 170+113+205=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 113 (44.53% from 255 or 23.16% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA71CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA71CD is #558E32. Grayscale: #8C8C8C. Windows color (decimal): -5606963 or 13463978. OLE color: 13463978.

HSL color Cylindrical-coordinate representation of color #AA71CD: hue angle of 277.17º degrees, saturation: 0.48, 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 #AA71CD is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB170113205-
CMYK0.170.4500.20
HSL277.17º47.92%62.35%-
HSV(B)277.17º44.88%80.39%-
XYZ33.524.7660.77-
YUV140.53164.38149.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.84%
GREEN value IS 113 (44.53% from 255) = 23.16%
BLUE value IS 205 (80.47% from 255) = 42.01%
R=34.84%
G=23.16%
B=42.01%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1701132050.170.4500.20277.1747.9262.35
HexAA71CD112D014115303e
Octal25216131521550244256076
Binary1010101011100011100110110001101101010100100010101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA71CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA71CD; }

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

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

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

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

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

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

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

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