#AC70CF

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

Shades of Amethyst #AC70CF

Tints of Amethyst #AC70CF

Color information

#AC70CF (or 0xAC70CF) is unknown color: approx Amethyst. HEX triplet: AC, 70 and CF. RGB value is (172,112,207). Sum of RGB (Red+Green+Blue) = 172+112+207=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 112 (44.14% from 255 or 22.81% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC70CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC70CF is #538F30. Grayscale: #8C8C8C. Windows color (decimal): -5476145 or 13594796. OLE color: 13594796.

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

Color convert

RGB172112207-
CMYK0.170.4600.19
HSL277.89º49.74%62.55%-
HSV(B)277.89º45.89%81.18%-
XYZ34.0724.8662.04-
YUV140.77165.38150.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.03%
GREEN value IS 112 (44.14% from 255) = 22.81%
BLUE value IS 207 (81.25% from 255) = 42.16%
R=35.03%
G=22.81%
B=42.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1721122070.170.4600.19277.8949.7462.55
HexAC70CF112E013116323f
Octal25416031721560234266277
Binary1010110011100001100111110001101110010011100010110110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC70CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC70CF; }

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

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

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

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

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

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

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

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