#AA74DD

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

Shades of Amethyst #AA74DD

Tints of Amethyst #AA74DD

Color information

#AA74DD (or 0xAA74DD) is unknown color: approx Amethyst. HEX triplet: AA, 74 and DD. RGB value is (170,116,221). Sum of RGB (Red+Green+Blue) = 170+116+221=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 116 (45.70% from 255 or 22.88% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA74DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA74DD is #558B22. Grayscale: #8F8F8F. Windows color (decimal): -5606179 or 14513322. OLE color: 14513322.

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

Color convert

RGB170116221-
CMYK0.230.4800.13
HSL270.86º60.69%66.08%-
HSV(B)270.86º47.51%86.67%-
XYZ35.8726.2671.58-
YUV144.12171.39146.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.53%
GREEN value IS 116 (45.70% from 255) = 22.88%
BLUE value IS 221 (86.72% from 255) = 43.59%
R=33.53%
G=22.88%
B=43.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1701162210.230.4800.13270.8660.6966.08
HexAA74DD17300D10f3d42
Octal252164335276001541775102
Binary1010101011101001101110110111110000011011000011111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA74DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA74DD; }

 p { color: rgb(170,116,221); }

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

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

 a { background-color: rgb(170,116,221); }

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

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

 span { border-color: rgb(170,116,221); }

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