#AA74C9

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

Shades of Amethyst #AA74C9

Tints of Amethyst #AA74C9

Color information

#AA74C9 (or 0xAA74C9) is unknown color: approx Amethyst. HEX triplet: AA, 74 and C9. RGB value is (170,116,201). Sum of RGB (Red+Green+Blue) = 170+116+201=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 116 (45.70% from 255 or 23.82% from 487); Blue value is 201 (78.91% from 255 or 41.27% from 487); Max value from RGB is 201 - color contains mainly: blue. Hex color #AA74C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA74C9 is #558B36. Grayscale: #8D8D8D. Windows color (decimal): -5606199 or 13202602. OLE color: 13202602.

HSL color Cylindrical-coordinate representation of color #AA74C9: hue angle of 278.12º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA74C9 is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB170116201-
CMYK0.150.4200.21
HSL278.12º44.04%62.16%-
HSV(B)278.12º42.29%78.82%-
XYZ33.3725.2558.37-
YUV141.84161.39148.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.91%
GREEN value IS 116 (45.70% from 255) = 23.82%
BLUE value IS 201 (78.91% from 255) = 41.27%
R=34.91%
G=23.82%
B=41.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1701162010.150.4200.21278.1244.0462.16
HexAA74C9F2A0151162c3e
Octal25216431117520254265476
Binary101010101110100110010011111101010010101100010110101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA74C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA74C9; }

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

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

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

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

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

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

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

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