#AA66DD

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

Shades of Amethyst #AA66DD

Tints of Amethyst #AA66DD

Color information

#AA66DD (or 0xAA66DD) is unknown color: approx Amethyst. HEX triplet: AA, 66 and DD. RGB value is (170,102,221). Sum of RGB (Red+Green+Blue) = 170+102+221=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 102 (40.23% from 255 or 20.69% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA66DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA66DD is #559922. Grayscale: #878787. Windows color (decimal): -5609763 or 14509738. OLE color: 14509738.

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

Color convert

RGB170102221-
CMYK0.230.5400.13
HSL274.29º63.64%63.33%-
HSV(B)274.29º53.85%86.67%-
XYZ34.3823.2771.09-
YUV135.9176.03152.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.48%
GREEN value IS 102 (40.23% from 255) = 20.69%
BLUE value IS 221 (86.72% from 255) = 44.83%
R=34.48%
G=20.69%
B=44.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1701022210.230.5400.13274.2963.6463.33
HexAA66DD17360D112403f
Octal252146335276601542210077
Binary1010101011001101101110110111110110011011000100101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA66DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA66DD; }

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

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

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

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

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

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

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

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