#AA6DD4

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

Shades of Amethyst #AA6DD4

Tints of Amethyst #AA6DD4

Color information

#AA6DD4 (or 0xAA6DD4) is unknown color: approx Amethyst. HEX triplet: AA, 6D and D4. RGB value is (170,109,212). Sum of RGB (Red+Green+Blue) = 170+109+212=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 109 (42.97% from 255 or 22.20% from 491); Blue value is 212 (83.20% from 255 or 43.18% from 491); Max value from RGB is 212 - color contains mainly: blue. Hex color #AA6DD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6DD4 is #55922B. Grayscale: #8A8A8A. Windows color (decimal): -5607980 or 13921706. OLE color: 13921706.

HSL color Cylindrical-coordinate representation of color #AA6DD4: hue angle of 275.53º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA6DD4 is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB170109212-
CMYK0.200.4900.17
HSL275.53º54.5%62.94%-
HSV(B)275.53º48.58%83.14%-
XYZ33.9324.2465.18-
YUV138.98169.21150.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.62%
GREEN value IS 109 (42.97% from 255) = 22.20%
BLUE value IS 212 (83.20% from 255) = 43.18%
R=34.62%
G=22.20%
B=43.18%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1701092120.200.4900.17275.5354.562.94
HexAA6DD41431011114363f
Octal25215532424610214246677
Binary1010101011011011101010010100110001010001100010100110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6DD4; }

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

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

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

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

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

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

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

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