#AA6CDD

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

Shades of Amethyst #AA6CDD

Tints of Amethyst #AA6CDD

Color information

#AA6CDD (or 0xAA6CDD) is unknown color: approx Amethyst. HEX triplet: AA, 6C and DD. RGB value is (170,108,221). Sum of RGB (Red+Green+Blue) = 170+108+221=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 108 (42.58% from 255 or 21.64% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA6CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6CDD is #559322. Grayscale: #8B8B8B. Windows color (decimal): -5608227 or 14511274. OLE color: 14511274.

HSL color Cylindrical-coordinate representation of color #AA6CDD: hue angle of 272.92º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA6CDD is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB170108221-
CMYK0.230.5100.13
HSL272.92º62.43%64.51%-
HSV(B)272.92º51.13%86.67%-
XYZ34.9924.4971.29-
YUV139.42174.04149.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.07%
GREEN value IS 108 (42.58% from 255) = 21.64%
BLUE value IS 221 (86.72% from 255) = 44.29%
R=34.07%
G=21.64%
B=44.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1701082210.230.5100.13272.9262.4364.51
HexAA6CDD17330D1113e41
Octal252154335276301542176101
Binary1010101011011001101110110111110011011011000100011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6CDD; }

 p { color: rgb(170,108,221); }

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

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

 a { background-color: rgb(170,108,221); }

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

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

 span { border-color: rgb(170,108,221); }

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