#AC94BF

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

Shades of East Side #AC94BF

Tints of East Side #AC94BF

Color information

#AC94BF (or 0xAC94BF) is unknown color: approx East Side. HEX triplet: AC, 94 and BF. RGB value is (172,148,191). Sum of RGB (Red+Green+Blue) = 172+148+191=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 148 (58.20% from 255 or 28.96% from 511); Blue value is 191 (75% from 255 or 37.38% from 511); Max value from RGB is 191 - color contains mainly: blue. Hex color #AC94BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC94BF is #536B40. Grayscale: #9F9F9F. Windows color (decimal): -5466945 or 12555436. OLE color: 12555436.

HSL color Cylindrical-coordinate representation of color #AC94BF: hue angle of 273.49º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AC94BF is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB172148191-
CMYK0.100.2300.25
HSL273.49º25.15%66.47%-
HSV(B)273.49º22.51%74.9%-
XYZ37.0133.7153.85-
YUV160.08145.45136.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.66%
GREEN value IS 148 (58.20% from 255) = 28.96%
BLUE value IS 191 (75% from 255) = 37.38%
R=33.66%
G=28.96%
B=37.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721481910.100.2300.25273.4925.1566.47
HexAC94BFA170191111942
Octal254224277122703142131102
Binary101011001001010010111111101010111011001100010001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC94BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC94BF; }

 p { color: rgb(172,148,191); }

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

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

 a { background-color: rgb(172,148,191); }

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

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

 span { border-color: rgb(172,148,191); }

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