#AA6DCA

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

Shades of Amethyst #AA6DCA

Tints of Amethyst #AA6DCA

Color information

#AA6DCA (or 0xAA6DCA) is unknown color: approx Amethyst. HEX triplet: AA, 6D and CA. RGB value is (170,109,202). Sum of RGB (Red+Green+Blue) = 170+109+202=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 109 (42.97% from 255 or 22.66% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA6DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6DCA is #559235. Grayscale: #898989. Windows color (decimal): -5607990 or 13266346. OLE color: 13266346.

HSL color Cylindrical-coordinate representation of color #AA6DCA: hue angle of 279.35º degrees, saturation: 0.47, 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 #AA6DCA is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB170109202-
CMYK0.160.4600.21
HSL279.35º46.73%60.98%-
HSV(B)279.35º46.04%79.22%-
XYZ32.7123.7558.74-
YUV137.84164.21150.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.34%
GREEN value IS 109 (42.97% from 255) = 22.66%
BLUE value IS 202 (79.30% from 255) = 42.00%
R=35.34%
G=22.66%
B=42.00%

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
Decimal1701092020.160.4600.21279.3546.7360.98
HexAA6DCA102E0151172f3d
Octal25215531220560254275775
Binary1010101011011011100101010000101110010101100010111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6DCA; }

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

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

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

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

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

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

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

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