#AC70B7

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

Shades of East Side #AC70B7

Tints of East Side #AC70B7

Color information

#AC70B7 (or 0xAC70B7) is unknown color: approx East Side. HEX triplet: AC, 70 and B7. RGB value is (172,112,183). Sum of RGB (Red+Green+Blue) = 172+112+183=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 112 (44.14% from 255 or 23.98% from 467); Blue value is 183 (71.88% from 255 or 39.19% from 467); Max value from RGB is 183 - color contains mainly: blue. Hex color #AC70B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC70B7 is #538F48. Grayscale: #898989. Windows color (decimal): -5476169 or 12021932. OLE color: 12021932.

HSL color Cylindrical-coordinate representation of color #AC70B7: hue angle of 290.7º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AC70B7 is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB172112183-
CMYK0.060.3900.28
HSL290.7º33.02%57.84%-
HSV(B)290.7º38.8%71.76%-
XYZ31.3523.7847.74-
YUV138.03153.38152.23-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.83%
GREEN value IS 112 (44.14% from 255) = 23.98%
BLUE value IS 183 (71.88% from 255) = 39.19%
R=36.83%
G=23.98%
B=39.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1721121830.060.3900.28290.733.0257.84
HexAC70B762701C123213a
Octal2541602676470344434172
Binary10101100111000010110111110100111011100100100011100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC70B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC70B7; }

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

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

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

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

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

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

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

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