#AA6AC4

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

Shades of Amethyst #AA6AC4

Tints of Amethyst #AA6AC4

Color information

#AA6AC4 (or 0xAA6AC4) is unknown color: approx Amethyst. HEX triplet: AA, 6A and C4. RGB value is (170,106,196). Sum of RGB (Red+Green+Blue) = 170+106+196=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 106 (41.80% from 255 or 22.46% from 472); Blue value is 196 (76.95% from 255 or 41.53% from 472); Max value from RGB is 196 - color contains mainly: blue. Hex color #AA6AC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6AC4 is #55953B. Grayscale: #878787. Windows color (decimal): -5608764 or 12872362. OLE color: 12872362.

HSL color Cylindrical-coordinate representation of color #AA6AC4: hue angle of 282.67º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA6AC4 is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB170106196-
CMYK0.130.4600.23
HSL282.67º43.27%59.22%-
HSV(B)282.67º45.92%76.86%-
XYZ31.722.8454.96-
YUV135.4162.2152.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.02%
GREEN value IS 106 (41.80% from 255) = 22.46%
BLUE value IS 196 (76.95% from 255) = 41.53%
R=36.02%
G=22.46%
B=41.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1701061960.130.4600.23282.6743.2759.22
HexAA6AC4D2E01711b2b3b
Octal25215230415560274335373
Binary101010101101010110001001101101110010111100011011101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6AC4; }

 p { color: rgb(170,106,196); }

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

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

 a { background-color: rgb(170,106,196); }

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

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

 span { border-color: rgb(170,106,196); }

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