#ac6fe1

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

Shades of Amethyst #AC6FE1

Tints of Amethyst #AC6FE1

Color information

#AC6FE1 (or 0xAC6FE1) is unknown color: approx Amethyst. HEX triplet: AC, 6F and E1. RGB value is (172,111,225). Sum of RGB (Red+Green+Blue) = 172+111+225=508 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.86% from 508); Green value is 111 (43.75% from 255 or 21.85% from 508); Blue value is 225 (88.28% from 255 or 44.29% from 508); Max value from RGB is 225 - color contains mainly: blue. Hex color #AC6FE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6FE1 is #53901E. Grayscale: #8D8D8D. Windows color (decimal): -5476383 or 14774188. OLE color: 14774188.

HSL color Cylindrical-coordinate representation of color #AC6FE1: hue angle of 272.11º 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 #AC6FE1 is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB172111225-
CMYK0.240.5100.12
HSL272.11º65.52%65.88%-
HSV(B)272.11º50.67%88.24%-
XYZ36.2925.5874.26-
YUV142.23174.71149.23-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.86%
GREEN value IS 111 (43.75% from 255) = 21.85%
BLUE value IS 225 (88.28% from 255) = 44.29%
R=33.86%
G=21.85%
B=44.29%

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
Decimal1721112250.240.5100.12272.1165.5265.88
HexAC6FE118330C1104242
Octal2541573413063014420102102
Binary10101100110111111100001110001100110110010001000010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac6fe1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac6fe1; }

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

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

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

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

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

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

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

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