#AA6AD0

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

Shades of Amethyst #AA6AD0

Tints of Amethyst #AA6AD0

Color information

#AA6AD0 (or 0xAA6AD0) is unknown color: approx Amethyst. HEX triplet: AA, 6A and D0. RGB value is (170,106,208). Sum of RGB (Red+Green+Blue) = 170+106+208=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 106 (41.80% from 255 or 21.90% from 484); Blue value is 208 (81.64% from 255 or 42.98% from 484); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA6AD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6AD0 is #55952F. Grayscale: #888888. Windows color (decimal): -5608752 or 13658794. OLE color: 13658794.

HSL color Cylindrical-coordinate representation of color #AA6AD0: hue angle of 277.65º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA6AD0 is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB170106208-
CMYK0.180.4900.18
HSL277.65º52.04%61.57%-
HSV(B)277.65º49.04%81.57%-
XYZ33.1223.4162.45-
YUV136.76168.2151.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.12%
GREEN value IS 106 (41.80% from 255) = 21.90%
BLUE value IS 208 (81.64% from 255) = 42.98%
R=35.12%
G=21.90%
B=42.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1701062080.180.4900.18277.6552.0461.57
HexAA6AD01231012116343e
Octal25215232022610224266476
Binary1010101011010101101000010010110001010010100010110110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6AD0; }

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

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

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

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

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

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

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

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