#AC6ED0

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

Shades of Amethyst #AC6ED0

Tints of Amethyst #AC6ED0

Color information

#AC6ED0 (or 0xAC6ED0) is unknown color: approx Amethyst. HEX triplet: AC, 6E and D0. RGB value is (172,110,208). Sum of RGB (Red+Green+Blue) = 172+110+208=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 110 (43.36% from 255 or 22.45% from 490); Blue value is 208 (81.64% from 255 or 42.45% from 490); Max value from RGB is 208 - color contains mainly: blue. Hex color #AC6ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6ED0 is #53912F. Grayscale: #8B8B8B. Windows color (decimal): -5476656 or 13659820. OLE color: 13659820.

HSL color Cylindrical-coordinate representation of color #AC6ED0: hue angle of 277.96º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC6ED0 is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB172110208-
CMYK0.170.4700.18
HSL277.96º51.04%62.35%-
HSV(B)277.96º47.12%81.57%-
XYZ33.9724.4862.61-
YUV139.71166.54151.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.10%
GREEN value IS 110 (43.36% from 255) = 22.45%
BLUE value IS 208 (81.64% from 255) = 42.45%
R=35.10%
G=22.45%
B=42.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1721102080.170.4700.18277.9651.0462.35
HexAC6ED0112F012116333e
Octal25415632021570224266376
Binary1010110011011101101000010001101111010010100010110110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6ED0; }

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

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

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

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

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

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

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

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