#AA6FE0

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

Shades of Amethyst #AA6FE0

Tints of Amethyst #AA6FE0

Color information

#AA6FE0 (or 0xAA6FE0) is unknown color: approx Amethyst. HEX triplet: AA, 6F and E0. RGB value is (170,111,224). Sum of RGB (Red+Green+Blue) = 170+111+224=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 111 (43.75% from 255 or 21.98% from 505); Blue value is 224 (87.89% from 255 or 44.36% from 505); Max value from RGB is 224 - color contains mainly: blue. Hex color #AA6FE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6FE0 is #55901F. Grayscale: #8D8D8D. Windows color (decimal): -5607456 or 14708650. OLE color: 14708650.

HSL color Cylindrical-coordinate representation of color #AA6FE0: hue angle of 271.33º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA6FE0 is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB170111224-
CMYK0.240.5000.12
HSL271.33º64.57%65.69%-
HSV(B)271.33º50.45%87.84%-
XYZ35.7225.373.52-
YUV141.52174.55148.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.66%
GREEN value IS 111 (43.75% from 255) = 21.98%
BLUE value IS 224 (87.89% from 255) = 44.36%
R=33.66%
G=21.98%
B=44.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1701112240.240.5000.12271.3364.5765.69
HexAA6FE018320C10f4142
Octal2521573403062014417101102
Binary10101010110111111100000110001100100110010000111110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6FE0; }

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

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

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

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

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

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

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

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