#AC71CF

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

Shades of Amethyst #AC71CF

Tints of Amethyst #AC71CF

Color information

#AC71CF (or 0xAC71CF) is unknown color: approx Amethyst. HEX triplet: AC, 71 and CF. RGB value is (172,113,207). Sum of RGB (Red+Green+Blue) = 172+113+207=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 113 (44.53% from 255 or 22.97% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC71CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC71CF is #538E30. Grayscale: #8D8D8D. Windows color (decimal): -5475889 or 13595052. OLE color: 13595052.

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

Color convert

RGB172113207-
CMYK0.170.4500.19
HSL277.66º49.47%62.75%-
HSV(B)277.66º45.41%81.18%-
XYZ34.1825.0962.07-
YUV141.36165.05149.86-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.96%
GREEN value IS 113 (44.53% from 255) = 22.97%
BLUE value IS 207 (81.25% from 255) = 42.07%
R=34.96%
G=22.97%
B=42.07%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1721132070.170.4500.19277.6649.4762.75
HexAC71CF112D013116313f
Octal25416131721550234266177
Binary1010110011100011100111110001101101010011100010110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC71CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC71CF; }

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

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

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

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

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

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

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

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