#AA6FD1

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

Shades of Amethyst #AA6FD1

Tints of Amethyst #AA6FD1

Color information

#AA6FD1 (or 0xAA6FD1) is unknown color: approx Amethyst. HEX triplet: AA, 6F and D1. RGB value is (170,111,209). Sum of RGB (Red+Green+Blue) = 170+111+209=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 111 (43.75% from 255 or 22.65% from 490); Blue value is 209 (82.03% from 255 or 42.65% from 490); Max value from RGB is 209 - color contains mainly: blue. Hex color #AA6FD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6FD1 is #55902E. Grayscale: #8B8B8B. Windows color (decimal): -5607471 or 13725610. OLE color: 13725610.

HSL color Cylindrical-coordinate representation of color #AA6FD1: hue angle of 276.12º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA6FD1 is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB170111209-
CMYK0.190.4700.18
HSL276.12º51.58%62.75%-
HSV(B)276.12º46.89%81.96%-
XYZ33.7724.5263.27-
YUV139.81167.05149.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.69%
GREEN value IS 111 (43.75% from 255) = 22.65%
BLUE value IS 209 (82.03% from 255) = 42.65%
R=34.69%
G=22.65%
B=42.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1701112090.190.4700.18276.1251.5862.75
HexAA6FD1132F012114343f
Octal25215732123570224246477
Binary1010101011011111101000110011101111010010100010100110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6FD1; }

 p { color: rgb(170,111,209); }

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

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

 a { background-color: rgb(170,111,209); }

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

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

 span { border-color: rgb(170,111,209); }

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