#AC6EE1

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

Shades of Amethyst #AC6EE1

Tints of Amethyst #AC6EE1

Color information

#AC6EE1 (or 0xAC6EE1) is unknown color: approx Amethyst. HEX triplet: AC, 6E and E1. RGB value is (172,110,225). Sum of RGB (Red+Green+Blue) = 172+110+225=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 110 (43.36% from 255 or 21.70% from 507); Blue value is 225 (88.28% from 255 or 44.38% from 507); Max value from RGB is 225 - color contains mainly: blue. Hex color #AC6EE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6EE1 is #53911E. Grayscale: #8D8D8D. Windows color (decimal): -5476639 or 14773932. OLE color: 14773932.

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

Color convert

RGB172110225-
CMYK0.240.5100.12
HSL272.35º65.71%65.69%-
HSV(B)272.35º51.11%88.24%-
XYZ36.1825.3674.22-
YUV141.65175.04149.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.93%
GREEN value IS 110 (43.36% from 255) = 21.70%
BLUE value IS 225 (88.28% from 255) = 44.38%
R=33.93%
G=21.70%
B=44.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1721102250.240.5100.12272.3565.7165.69
HexAC6EE118330C1104242
Octal2541563413063014420102102
Binary10101100110111011100001110001100110110010001000010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6EE1; }

 p { color: rgb(172,110,225); }

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

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

 a { background-color: rgb(172,110,225); }

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

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

 span { border-color: rgb(172,110,225); }

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