#AC75CC

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

Shades of Amethyst #AC75CC

Tints of Amethyst #AC75CC

Color information

#AC75CC (or 0xAC75CC) is unknown color: approx Amethyst. HEX triplet: AC, 75 and CC. RGB value is (172,117,204). Sum of RGB (Red+Green+Blue) = 172+117+204=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 117 (46.09% from 255 or 23.73% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC75CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC75CC is #538A33. Grayscale: #8F8F8F. Windows color (decimal): -5474868 or 13399468. OLE color: 13399468.

HSL color Cylindrical-coordinate representation of color #AC75CC: hue angle of 277.93º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AC75CC is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB172117204-
CMYK0.160.4300.2
HSL277.93º46.03%62.94%-
HSV(B)277.93º42.65%80%-
XYZ34.2725.8560.31-
YUV143.36162.22148.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.89%
GREEN value IS 117 (46.09% from 255) = 23.73%
BLUE value IS 204 (80.08% from 255) = 41.38%
R=34.89%
G=23.73%
B=41.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1721172040.160.4300.2277.9346.0362.94
HexAC75CC102B0141162e3f
Octal25416531420530244265677
Binary1010110011101011100110010000101011010100100010110101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC75CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC75CC; }

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

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

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

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

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

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

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

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