#AA70D8

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

Shades of Amethyst #AA70D8

Tints of Amethyst #AA70D8

Color information

#AA70D8 (or 0xAA70D8) is unknown color: approx Amethyst. HEX triplet: AA, 70 and D8. RGB value is (170,112,216). Sum of RGB (Red+Green+Blue) = 170+112+216=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 112 (44.14% from 255 or 22.49% from 498); Blue value is 216 (84.77% from 255 or 43.37% from 498); Max value from RGB is 216 - color contains mainly: blue. Hex color #AA70D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA70D8 is #558F27. Grayscale: #8C8C8C. Windows color (decimal): -5607208 or 14184618. OLE color: 14184618.

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

Color convert

RGB170112216-
CMYK0.210.4800.15
HSL273.46º57.14%64.31%-
HSV(B)273.46º48.15%84.71%-
XYZ34.7725.0967.98-
YUV141.2170.22148.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.14%
GREEN value IS 112 (44.14% from 255) = 22.49%
BLUE value IS 216 (84.77% from 255) = 43.37%
R=34.14%
G=22.49%
B=43.37%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1701122160.210.4800.15273.4657.1464.31
HexAA70D815300F1113940
Octal252160330256001742171100
Binary1010101011100001101100010101110000011111000100011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA70D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA70D8; }

 p { color: rgb(170,112,216); }

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

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

 a { background-color: rgb(170,112,216); }

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

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

 span { border-color: rgb(170,112,216); }

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