#AC70CA

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

Shades of Amethyst #AC70CA

Tints of Amethyst #AC70CA

Color information

#AC70CA (or 0xAC70CA) is unknown color: approx Amethyst. HEX triplet: AC, 70 and CA. RGB value is (172,112,202). Sum of RGB (Red+Green+Blue) = 172+112+202=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 112 (44.14% from 255 or 23.05% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC70CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC70CA is #538F35. Grayscale: #8B8B8B. Windows color (decimal): -5476150 or 13267116. OLE color: 13267116.

HSL color Cylindrical-coordinate representation of color #AC70CA: hue angle of 280º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AC70CA is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB172112202-
CMYK0.150.4500.21
HSL280º45.92%61.57%-
HSV(B)280º44.55%79.22%-
XYZ33.4724.6258.87-
YUV140.2162.88150.68-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.39%
GREEN value IS 112 (44.14% from 255) = 23.05%
BLUE value IS 202 (79.30% from 255) = 41.56%
R=35.39%
G=23.05%
B=41.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1721122020.150.4500.2128045.9261.57
HexAC70CAF2D0151182e3e
Octal25416031217550254305676
Binary101011001110000110010101111101101010101100011000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC70CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC70CA; }

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

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

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

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

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

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

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

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