#AC6CC1

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

Shades of Amethyst #AC6CC1

Tints of Amethyst #AC6CC1

Color information

#AC6CC1 (or 0xAC6CC1) is unknown color: approx Amethyst. HEX triplet: AC, 6C and C1. RGB value is (172,108,193). Sum of RGB (Red+Green+Blue) = 172+108+193=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 108 (42.58% from 255 or 22.83% from 473); Blue value is 193 (75.78% from 255 or 40.80% from 473); Max value from RGB is 193 - color contains mainly: blue. Hex color #AC6CC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6CC1 is #53933E. Grayscale: #888888. Windows color (decimal): -5477183 or 12676268. OLE color: 12676268.

HSL color Cylindrical-coordinate representation of color #AC6CC1: hue angle of 285.18º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AC6CC1 is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB172108193-
CMYK0.110.4400.24
HSL285.18º40.67%59.02%-
HSV(B)285.18º44.04%75.69%-
XYZ3223.3553.27-
YUV136.83159.7153.09-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.36%
GREEN value IS 108 (42.58% from 255) = 22.83%
BLUE value IS 193 (75.78% from 255) = 40.80%
R=36.36%
G=22.83%
B=40.80%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721081930.110.4400.24285.1840.6759.02
HexAC6CC1B2C01811d293b
Octal25415430113540304355173
Binary101011001101100110000011011101100011000100011101101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6CC1; }

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

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

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

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

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

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

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

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