#AA6DC1

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

Shades of Amethyst #AA6DC1

Tints of Amethyst #AA6DC1

Color information

#AA6DC1 (or 0xAA6DC1) is unknown color: approx Amethyst. HEX triplet: AA, 6D and C1. RGB value is (170,109,193). Sum of RGB (Red+Green+Blue) = 170+109+193=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 109 (42.97% from 255 or 23.09% from 472); Blue value is 193 (75.78% from 255 or 40.89% from 472); Max value from RGB is 193 - color contains mainly: blue. Hex color #AA6DC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6DC1 is #55923E. Grayscale: #888888. Windows color (decimal): -5607999 or 12676522. OLE color: 12676522.

HSL color Cylindrical-coordinate representation of color #AA6DC1: hue angle of 283.57º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA6DC1 is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB170109193-
CMYK0.120.4400.24
HSL283.57º40.38%59.22%-
HSV(B)283.57º43.52%75.69%-
XYZ31.6723.3353.29-
YUV136.82159.71151.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.02%
GREEN value IS 109 (42.97% from 255) = 23.09%
BLUE value IS 193 (75.78% from 255) = 40.89%
R=36.02%
G=23.09%
B=40.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701091930.120.4400.24283.5740.3859.22
HexAA6DC1C2C01811c283b
Octal25215530114540304345073
Binary101010101101101110000011100101100011000100011100101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6DC1; }

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

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

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

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

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

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

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

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