#AC6AE5

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

Shades of Amethyst #AC6AE5

Tints of Amethyst #AC6AE5

Color information

#AC6AE5 (or 0xAC6AE5) is unknown color: approx Amethyst. HEX triplet: AC, 6A and E5. RGB value is (172,106,229). Sum of RGB (Red+Green+Blue) = 172+106+229=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 106 (41.80% from 255 or 20.91% from 507); Blue value is 229 (89.84% from 255 or 45.17% from 507); Max value from RGB is 229 - color contains mainly: blue. Hex color #AC6AE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6AE5 is #53951A. Grayscale: #8B8B8B. Windows color (decimal): -5477659 or 15035052. OLE color: 15035052.

HSL color Cylindrical-coordinate representation of color #AC6AE5: hue angle of 272.2º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AC6AE5 is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB172106229-
CMYK0.250.5400.10
HSL272.2º70.29%65.69%-
HSV(B)272.2º53.71%89.8%-
XYZ36.3124.7476.99-
YUV139.76178.37151-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.93%
GREEN value IS 106 (41.80% from 255) = 20.91%
BLUE value IS 229 (89.84% from 255) = 45.17%
R=33.93%
G=20.91%
B=45.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1721062290.250.5400.10272.270.2965.69
HexAC6AE519360A1104642
Octal2541523453166012420106102
Binary10101100110101011100101110011101100101010001000010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6AE5; }

 p { color: rgb(172,106,229); }

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

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

 a { background-color: rgb(172,106,229); }

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

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

 span { border-color: rgb(172,106,229); }

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