#AA6FD2

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

Shades of Amethyst #AA6FD2

Tints of Amethyst #AA6FD2

Color information

#AA6FD2 (or 0xAA6FD2) is unknown color: approx Amethyst. HEX triplet: AA, 6F and D2. RGB value is (170,111,210). Sum of RGB (Red+Green+Blue) = 170+111+210=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 111 (43.75% from 255 or 22.61% from 491); Blue value is 210 (82.42% from 255 or 42.77% from 491); Max value from RGB is 210 - color contains mainly: blue. Hex color #AA6FD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6FD2 is #55902D. Grayscale: #8B8B8B. Windows color (decimal): -5607470 or 13791146. OLE color: 13791146.

HSL color Cylindrical-coordinate representation of color #AA6FD2: hue angle of 275.76º 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 #AA6FD2 is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB170111210-
CMYK0.190.4700.18
HSL275.76º52.38%62.94%-
HSV(B)275.76º47.14%82.35%-
XYZ33.8924.5763.93-
YUV139.93167.55149.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.62%
GREEN value IS 111 (43.75% from 255) = 22.61%
BLUE value IS 210 (82.42% from 255) = 42.77%
R=34.62%
G=22.61%
B=42.77%

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
Decimal1701112100.190.4700.18275.7652.3862.94
HexAA6FD2132F012114343f
Octal25215732223570224246477
Binary1010101011011111101001010011101111010010100010100110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6FD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6FD2; }

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

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

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

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

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

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

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

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