#AC70D8

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

Shades of Amethyst #AC70D8

Tints of Amethyst #AC70D8

Color information

#AC70D8 (or 0xAC70D8) is unknown color: approx Amethyst. HEX triplet: AC, 70 and D8. RGB value is (172,112,216). Sum of RGB (Red+Green+Blue) = 172+112+216=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 112 (44.14% from 255 or 22.4% from 500); Blue value is 216 (84.77% from 255 or 43.2% from 500); Max value from RGB is 216 - color contains mainly: blue. Hex color #AC70D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC70D8 is #538F27. Grayscale: #8D8D8D. Windows color (decimal): -5476136 or 14184620. OLE color: 14184620.

HSL color Cylindrical-coordinate representation of color #AC70D8: hue angle of 274.62º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC70D8 is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB172112216-
CMYK0.200.4800.15
HSL274.62º57.14%64.31%-
HSV(B)274.62º48.15%84.71%-
XYZ35.225.3268-
YUV141.8169.88149.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.4%
GREEN value IS 112 (44.14% from 255) = 22.4%
BLUE value IS 216 (84.77% from 255) = 43.2%
R=34.4%
G=22.4%
B=43.2%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1721122160.200.4800.15274.6257.1464.31
HexAC70D814300F1133940
Octal254160330246001742371100
Binary1010110011100001101100010100110000011111000100111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC70D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC70D8; }

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

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

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

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

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

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

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

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