#ac6ce2

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

Shades of Amethyst #AC6CE2

Tints of Amethyst #AC6CE2

Color information

#AC6CE2 (or 0xAC6CE2) is unknown color: approx Amethyst. HEX triplet: AC, 6C and E2. RGB value is (172,108,226). Sum of RGB (Red+Green+Blue) = 172+108+226=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 108 (42.58% from 255 or 21.34% from 506); Blue value is 226 (88.67% from 255 or 44.66% from 506); Max value from RGB is 226 - color contains mainly: blue. Hex color #AC6CE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6CE2 is #53931D. Grayscale: #8C8C8C. Windows color (decimal): -5477150 or 14838956. OLE color: 14838956.

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

Color convert

RGB172108226-
CMYK0.240.5200.11
HSL272.54º67.05%65.49%-
HSV(B)272.54º52.21%88.63%-
XYZ36.124.9974.87-
YUV140.59176.2150.41-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.99%
GREEN value IS 108 (42.58% from 255) = 21.34%
BLUE value IS 226 (88.67% from 255) = 44.66%
R=33.99%
G=21.34%
B=44.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1721082260.240.5200.11272.5467.0565.49
HexAC6CE218340B1114341
Octal2541543423064013421103101
Binary10101100110110011100010110001101000101110001000110000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac6ce2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac6ce2; }

 p { color: rgb(172,108,226); }

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

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

 a { background-color: rgb(172,108,226); }

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

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

 span { border-color: rgb(172,108,226); }

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