#AC77CF

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

Shades of Amethyst #AC77CF

Tints of Amethyst #AC77CF

Color information

#AC77CF (or 0xAC77CF) is unknown color: approx Amethyst. HEX triplet: AC, 77 and CF. RGB value is (172,119,207). Sum of RGB (Red+Green+Blue) = 172+119+207=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 119 (46.88% from 255 or 23.90% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC77CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC77CF is #538830. Grayscale: #909090. Windows color (decimal): -5474353 or 13596588. OLE color: 13596588.

HSL color Cylindrical-coordinate representation of color #AC77CF: hue angle of 276.14º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AC77CF is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB172119207-
CMYK0.170.4300.19
HSL276.14º47.83%63.92%-
HSV(B)276.14º42.51%81.18%-
XYZ34.8726.4762.3-
YUV144.88163.06147.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.54%
GREEN value IS 119 (46.88% from 255) = 23.90%
BLUE value IS 207 (81.25% from 255) = 41.57%
R=34.54%
G=23.90%
B=41.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1721192070.170.4300.19276.1447.8363.92
HexAC77CF112B0131143040
Octal254167317215302342460100
Binary10101100111011111001111100011010110100111000101001100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC77CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC77CF; }

 p { color: rgb(172,119,207); }

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

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

 a { background-color: rgb(172,119,207); }

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

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

 span { border-color: rgb(172,119,207); }

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