#AC6ACB

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

Shades of Amethyst #AC6ACB

Tints of Amethyst #AC6ACB

Color information

#AC6ACB (or 0xAC6ACB) is unknown color: approx Amethyst. HEX triplet: AC, 6A and CB. RGB value is (172,106,203). Sum of RGB (Red+Green+Blue) = 172+106+203=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 106 (41.80% from 255 or 22.04% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC6ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6ACB is #539534. Grayscale: #888888. Windows color (decimal): -5477685 or 13331116. OLE color: 13331116.

HSL color Cylindrical-coordinate representation of color #AC6ACB: hue angle of 280.82º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC6ACB is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB172106203-
CMYK0.150.4800.20
HSL280.82º48.26%60.59%-
HSV(B)280.82º47.78%79.61%-
XYZ32.9523.3959.28-
YUV136.79165.37153.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.76%
GREEN value IS 106 (41.80% from 255) = 22.04%
BLUE value IS 203 (79.69% from 255) = 42.20%
R=35.76%
G=22.04%
B=42.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1721062030.150.4800.20280.8248.2660.59
HexAC6ACBF30014119303d
Octal25415231317600244316075
Binary101011001101010110010111111110000010100100011001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6ACB; }

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

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

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

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

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

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

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

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