#AA72D4

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

Shades of Amethyst #AA72D4

Tints of Amethyst #AA72D4

Color information

#AA72D4 (or 0xAA72D4) is unknown color: approx Amethyst. HEX triplet: AA, 72 and D4. RGB value is (170,114,212). Sum of RGB (Red+Green+Blue) = 170+114+212=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 114 (44.92% from 255 or 22.98% from 496); Blue value is 212 (83.20% from 255 or 42.74% from 496); Max value from RGB is 212 - color contains mainly: blue. Hex color #AA72D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA72D4 is #558D2B. Grayscale: #8D8D8D. Windows color (decimal): -5606700 or 13922986. OLE color: 13922986.

HSL color Cylindrical-coordinate representation of color #AA72D4: hue angle of 274.29º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA72D4 is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB170114212-
CMYK0.200.4600.17
HSL274.29º53.26%63.92%-
HSV(B)274.29º46.23%83.14%-
XYZ34.4825.3365.36-
YUV141.92167.55148.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.27%
GREEN value IS 114 (44.92% from 255) = 22.98%
BLUE value IS 212 (83.20% from 255) = 42.74%
R=34.27%
G=22.98%
B=42.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1701142120.200.4600.17274.2953.2663.92
HexAA72D4142E0111123540
Octal252162324245602142265100
Binary10101010111001011010100101001011100100011000100101101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA72D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA72D4; }

 p { color: rgb(170,114,212); }

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

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

 a { background-color: rgb(170,114,212); }

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

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

 span { border-color: rgb(170,114,212); }

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