#AA6FD4

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

Shades of Amethyst #AA6FD4

Tints of Amethyst #AA6FD4

Color information

#AA6FD4 (or 0xAA6FD4) is unknown color: approx Amethyst. HEX triplet: AA, 6F and D4. RGB value is (170,111,212). Sum of RGB (Red+Green+Blue) = 170+111+212=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 111 (43.75% from 255 or 22.52% from 493); Blue value is 212 (83.20% from 255 or 43.00% from 493); Max value from RGB is 212 - color contains mainly: blue. Hex color #AA6FD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6FD4 is #55902B. Grayscale: #8B8B8B. Windows color (decimal): -5607468 or 13922218. OLE color: 13922218.

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

Color convert

RGB170111212-
CMYK0.200.4800.17
HSL275.05º54.01%63.33%-
HSV(B)275.05º47.64%83.14%-
XYZ34.1524.6765.25-
YUV140.16168.55149.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.48%
GREEN value IS 111 (43.75% from 255) = 22.52%
BLUE value IS 212 (83.20% from 255) = 43.00%
R=34.48%
G=22.52%
B=43.00%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1701112120.200.4800.17275.0554.0163.33
HexAA6FD41430011113363f
Octal25215732424600214236677
Binary1010101011011111101010010100110000010001100010011110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6FD4; }

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

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

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

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

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

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

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

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