#AC70BA

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

Shades of East Side #AC70BA

Tints of East Side #AC70BA

Color information

#AC70BA (or 0xAC70BA) is unknown color: approx East Side. HEX triplet: AC, 70 and BA. RGB value is (172,112,186). Sum of RGB (Red+Green+Blue) = 172+112+186=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 112 (44.14% from 255 or 23.83% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC70BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC70BA is #538F45. Grayscale: #8A8A8A. Windows color (decimal): -5476166 or 12218540. OLE color: 12218540.

HSL color Cylindrical-coordinate representation of color #AC70BA: hue angle of 288.65º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC70BA is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB172112186-
CMYK0.080.4000.27
HSL288.65º34.91%58.43%-
HSV(B)288.65º39.78%72.94%-
XYZ31.6723.949.4-
YUV138.38154.88151.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.60%
GREEN value IS 112 (44.14% from 255) = 23.83%
BLUE value IS 186 (73.05% from 255) = 39.57%
R=36.60%
G=23.83%
B=39.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721121860.080.4000.27288.6534.9158.43
HexAC70BA82801B121233a
Octal25416027210500334414372
Binary101011001110000101110101000101000011011100100001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC70BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC70BA; }

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

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

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

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

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

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

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

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