#AC70BE

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

Shades of East Side #AC70BE

Tints of East Side #AC70BE

Color information

#AC70BE (or 0xAC70BE) is unknown color: approx East Side. HEX triplet: AC, 70 and BE. RGB value is (172,112,190). Sum of RGB (Red+Green+Blue) = 172+112+190=474 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.29% from 474); Green value is 112 (44.14% from 255 or 23.63% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC70BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC70BE is #538F41. Grayscale: #8A8A8A. Windows color (decimal): -5476162 or 12480684. OLE color: 12480684.

HSL color Cylindrical-coordinate representation of color #AC70BE: hue angle of 286.15º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC70BE is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB172112190-
CMYK0.090.4100.25
HSL286.15º37.5%59.22%-
HSV(B)286.15º41.05%74.51%-
XYZ32.124.0851.67-
YUV138.83156.88151.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.29%
GREEN value IS 112 (44.14% from 255) = 23.63%
BLUE value IS 190 (74.61% from 255) = 40.08%
R=36.29%
G=23.63%
B=40.08%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721121900.090.4100.25286.1537.559.22
HexAC70BE92901911e263b
Octal25416027611510314364673
Binary101011001110000101111101001101001011001100011110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC70BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC70BE; }

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

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

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

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

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

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

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

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