#AA7AD5

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

Shades of Amethyst #AA7AD5

Tints of Amethyst #AA7AD5

Color information

#AA7AD5 (or 0xAA7AD5) is unknown color: approx Amethyst. HEX triplet: AA, 7A and D5. RGB value is (170,122,213). Sum of RGB (Red+Green+Blue) = 170+122+213=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 122 (48.05% from 255 or 24.16% from 505); Blue value is 213 (83.59% from 255 or 42.18% from 505); Max value from RGB is 213 - color contains mainly: blue. Hex color #AA7AD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7AD5 is #55852A. Grayscale: #929292. Windows color (decimal): -5604651 or 13990570. OLE color: 13990570.

HSL color Cylindrical-coordinate representation of color #AA7AD5: hue angle of 271.65º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA7AD5 is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB170122213-
CMYK0.200.4300.16
HSL271.65º52%65.69%-
HSV(B)271.65º42.72%83.53%-
XYZ35.5527.2766.34-
YUV146.73165.4144.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.66%
GREEN value IS 122 (48.05% from 255) = 24.16%
BLUE value IS 213 (83.59% from 255) = 42.18%
R=33.66%
G=24.16%
B=42.18%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1701222130.200.4300.16271.655265.69
HexAA7AD5142B0101103442
Octal252172325245302042064102
Binary10101010111101011010101101001010110100001000100001101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7AD5; }

 p { color: rgb(170,122,213); }

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

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

 a { background-color: rgb(170,122,213); }

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

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

 span { border-color: rgb(170,122,213); }

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