#AA6ECA

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

Shades of Amethyst #AA6ECA

Tints of Amethyst #AA6ECA

Color information

#AA6ECA (or 0xAA6ECA) is unknown color: approx Amethyst. HEX triplet: AA, 6E and CA. RGB value is (170,110,202). Sum of RGB (Red+Green+Blue) = 170+110+202=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 110 (43.36% from 255 or 22.82% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA6ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6ECA is #559135. Grayscale: #8A8A8A. Windows color (decimal): -5607734 or 13266602. OLE color: 13266602.

HSL color Cylindrical-coordinate representation of color #AA6ECA: hue angle of 279.13º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA6ECA is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB170110202-
CMYK0.160.4600.21
HSL279.13º46.46%61.18%-
HSV(B)279.13º45.54%79.22%-
XYZ32.8123.9658.77-
YUV138.43163.88150.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.27%
GREEN value IS 110 (43.36% from 255) = 22.82%
BLUE value IS 202 (79.30% from 255) = 41.91%
R=35.27%
G=22.82%
B=41.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1701102020.160.4600.21279.1346.4661.18
HexAA6ECA102E0151172e3d
Octal25215631220560254275675
Binary1010101011011101100101010000101110010101100010111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6ECA; }

 p { color: rgb(170,110,202); }

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

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

 a { background-color: rgb(170,110,202); }

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

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

 span { border-color: rgb(170,110,202); }

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