#AC8FB1

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

Shades of East Side #AC8FB1

Tints of East Side #AC8FB1

Color information

#AC8FB1 (or 0xAC8FB1) is unknown color: approx East Side. HEX triplet: AC, 8F and B1. RGB value is (172,143,177). Sum of RGB (Red+Green+Blue) = 172+143+177=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 143 (56.25% from 255 or 29.07% from 492); Blue value is 177 (69.53% from 255 or 35.98% from 492); Max value from RGB is 177 - color contains mainly: blue. Hex color #AC8FB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8FB1 is #53704E. Grayscale: #9B9B9B. Windows color (decimal): -5468239 or 11636652. OLE color: 11636652.

HSL color Cylindrical-coordinate representation of color #AC8FB1: hue angle of 291.18º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AC8FB1 is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB172143177-
CMYK0.030.1900.31
HSL291.18º17.89%62.75%-
HSV(B)291.18º19.21%69.41%-
XYZ34.7731.5945.86-
YUV155.55140.11139.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.96%
GREEN value IS 143 (56.25% from 255) = 29.07%
BLUE value IS 177 (69.53% from 255) = 35.98%
R=34.96%
G=29.07%
B=35.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721431770.030.1900.31291.1817.8962.75
HexAC8FB131301F123123f
Octal2542172613230374432277
Binary101011001000111110110001111001101111110010001110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8FB1; }

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

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

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

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

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

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

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

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