#AA6AC8

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

Shades of Amethyst #AA6AC8

Tints of Amethyst #AA6AC8

Color information

#AA6AC8 (or 0xAA6AC8) is unknown color: approx Amethyst. HEX triplet: AA, 6A and C8. RGB value is (170,106,200). Sum of RGB (Red+Green+Blue) = 170+106+200=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 106 (41.80% from 255 or 22.27% from 476); Blue value is 200 (78.52% from 255 or 42.02% from 476); Max value from RGB is 200 - color contains mainly: blue. Hex color #AA6AC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6AC8 is #559537. Grayscale: #878787. Windows color (decimal): -5608760 or 13134506. OLE color: 13134506.

HSL color Cylindrical-coordinate representation of color #AA6AC8: hue angle of 280.85º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA6AC8 is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB170106200-
CMYK0.150.4700.22
HSL280.85º46.08%60%-
HSV(B)280.85º47%78.43%-
XYZ32.1623.0257.39-
YUV135.85164.2152.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.71%
GREEN value IS 106 (41.80% from 255) = 22.27%
BLUE value IS 200 (78.52% from 255) = 42.02%
R=35.71%
G=22.27%
B=42.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1701062000.150.4700.22280.8546.0860
HexAA6AC8F2F0161192e3c
Octal25215231017570264315674
Binary101010101101010110010001111101111010110100011001101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6AC8; }

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

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

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

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

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

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

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

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