#AC6BCC

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

Shades of Amethyst #AC6BCC

Tints of Amethyst #AC6BCC

Color information

#AC6BCC (or 0xAC6BCC) is unknown color: approx Amethyst. HEX triplet: AC, 6B and CC. RGB value is (172,107,204). Sum of RGB (Red+Green+Blue) = 172+107+204=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 107 (42.19% from 255 or 22.15% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC6BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6BCC is #539433. Grayscale: #898989. Windows color (decimal): -5477428 or 13396908. OLE color: 13396908.

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

Color convert

RGB172107204-
CMYK0.160.4800.2
HSL280.21º48.74%60.98%-
HSV(B)280.21º47.55%80%-
XYZ33.1723.6559.94-
YUV137.49165.53152.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.61%
GREEN value IS 107 (42.19% from 255) = 22.15%
BLUE value IS 204 (80.08% from 255) = 42.24%
R=35.61%
G=22.15%
B=42.24%

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
Decimal1721072040.160.4800.2280.2148.7460.98
HexAC6BCC1030014118313d
Octal25415331420600244306175
Binary1010110011010111100110010000110000010100100011000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6BCC; }

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

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

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

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

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

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

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

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