#AC94B4

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

Shades of East Side #AC94B4

Tints of East Side #AC94B4

Color information

#AC94B4 (or 0xAC94B4) is unknown color: approx East Side. HEX triplet: AC, 94 and B4. RGB value is (172,148,180). Sum of RGB (Red+Green+Blue) = 172+148+180=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 148 (58.20% from 255 or 29.6% from 500); Blue value is 180 (70.70% from 255 or 36% from 500); Max value from RGB is 180 - color contains mainly: blue. Hex color #AC94B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC94B4 is #536B4B. Grayscale: #9E9E9E. Windows color (decimal): -5466956 or 11834540. OLE color: 11834540.

HSL color Cylindrical-coordinate representation of color #AC94B4: hue angle of 285º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AC94B4 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB172148180-
CMYK0.040.1800.29
HSL285º17.58%64.31%-
HSV(B)285º17.78%70.59%-
XYZ35.8433.2547.71-
YUV158.82139.95137.4-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.4%
GREEN value IS 148 (58.20% from 255) = 29.6%
BLUE value IS 180 (70.70% from 255) = 36%
R=34.4%
G=29.6%
B=36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721481800.040.1800.2928517.5864.31
HexAC94B441201D11d1240
Octal25422426442203543522100
Binary10101100100101001011010010010010011101100011101100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC94B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC94B4; }

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

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

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

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

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

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

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

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