#AC6ACC

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

Shades of Amethyst #AC6ACC

Tints of Amethyst #AC6ACC

Color information

#AC6ACC (or 0xAC6ACC) is unknown color: approx Amethyst. HEX triplet: AC, 6A and CC. RGB value is (172,106,204). Sum of RGB (Red+Green+Blue) = 172+106+204=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 106 (41.80% from 255 or 21.99% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC6ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6ACC is #539533. Grayscale: #888888. Windows color (decimal): -5477684 or 13396652. OLE color: 13396652.

HSL color Cylindrical-coordinate representation of color #AC6ACC: hue angle of 280.41º degrees, saturation: 0.49, 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 #AC6ACC is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB172106204-
CMYK0.160.4800.2
HSL280.41º49%60.78%-
HSV(B)280.41º48.04%80%-
XYZ33.0723.4459.91-
YUV136.91165.87153.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.68%
GREEN value IS 106 (41.80% from 255) = 21.99%
BLUE value IS 204 (80.08% from 255) = 42.32%
R=35.68%
G=21.99%
B=42.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1721062040.160.4800.2280.414960.78
HexAC6ACC1030014118313d
Octal25415231420600244306175
Binary1010110011010101100110010000110000010100100011000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6ACC; }

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

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

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

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

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

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

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

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