#AA6CE0

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

Shades of Amethyst #AA6CE0

Tints of Amethyst #AA6CE0

Color information

#AA6CE0 (or 0xAA6CE0) is unknown color: approx Amethyst. HEX triplet: AA, 6C and E0. RGB value is (170,108,224). Sum of RGB (Red+Green+Blue) = 170+108+224=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 108 (42.58% from 255 or 21.51% from 502); Blue value is 224 (87.89% from 255 or 44.62% from 502); Max value from RGB is 224 - color contains mainly: blue. Hex color #AA6CE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6CE0 is #55931F. Grayscale: #8B8B8B. Windows color (decimal): -5608224 or 14707882. OLE color: 14707882.

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

Color convert

RGB170108224-
CMYK0.240.5200.12
HSL272.07º65.17%65.1%-
HSV(B)272.07º51.79%87.84%-
XYZ35.3924.6573.41-
YUV139.76175.54149.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.86%
GREEN value IS 108 (42.58% from 255) = 21.51%
BLUE value IS 224 (87.89% from 255) = 44.62%
R=33.86%
G=21.51%
B=44.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1701082240.240.5200.12272.0765.1765.1
HexAA6CE018340C1104141
Octal2521543403064014420101101
Binary10101010110110011100000110001101000110010001000010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6CE0; }

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

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

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

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

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

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

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

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