#AC8FBA

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

Shades of East Side #AC8FBA

Tints of East Side #AC8FBA

Color information

#AC8FBA (or 0xAC8FBA) is unknown color: approx East Side. HEX triplet: AC, 8F and BA. RGB value is (172,143,186). Sum of RGB (Red+Green+Blue) = 172+143+186=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 143 (56.25% from 255 or 28.54% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC8FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8FBA is #537045. Grayscale: #9C9C9C. Windows color (decimal): -5468230 or 12226476. OLE color: 12226476.

HSL color Cylindrical-coordinate representation of color #AC8FBA: hue angle of 280.47º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AC8FBA is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB172143186-
CMYK0.080.2300.27
HSL280.47º23.76%64.51%-
HSV(B)280.47º23.12%72.94%-
XYZ35.731.9650.74-
YUV156.57144.61139-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.33%
GREEN value IS 143 (56.25% from 255) = 28.54%
BLUE value IS 186 (73.05% from 255) = 37.13%
R=34.33%
G=28.54%
B=37.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721431860.080.2300.27280.4723.7664.51
HexAC8FBA81701B1181841
Octal254217272102703343030101
Binary101011001000111110111010100010111011011100011000110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8FBA; }

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

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

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

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

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

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

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

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