#AA72DE

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

Shades of Amethyst #AA72DE

Tints of Amethyst #AA72DE

Color information

#AA72DE (or 0xAA72DE) is unknown color: approx Amethyst. HEX triplet: AA, 72 and DE. RGB value is (170,114,222). Sum of RGB (Red+Green+Blue) = 170+114+222=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 114 (44.92% from 255 or 22.53% from 506); Blue value is 222 (87.11% from 255 or 43.87% from 506); Max value from RGB is 222 - color contains mainly: blue. Hex color #AA72DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA72DE is #558D21. Grayscale: #8E8E8E. Windows color (decimal): -5606690 or 14578346. OLE color: 14578346.

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

Color convert

RGB170114222-
CMYK0.230.4900.13
HSL271.11º62.07%65.88%-
HSV(B)271.11º48.65%87.06%-
XYZ35.7825.8572.21-
YUV143.06172.55147.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.60%
GREEN value IS 114 (44.92% from 255) = 22.53%
BLUE value IS 222 (87.11% from 255) = 43.87%
R=33.60%
G=22.53%
B=43.87%

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
Decimal1701142220.230.4900.13271.1162.0765.88
HexAA72DE17310D10f3e42
Octal252162336276101541776102
Binary1010101011100101101111010111110001011011000011111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA72DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA72DE; }

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

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

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

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

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

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

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

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