#AC94B1

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

Shades of East Side #AC94B1

Tints of East Side #AC94B1

Color information

#AC94B1 (or 0xAC94B1) is unknown color: approx East Side. HEX triplet: AC, 94 and B1. RGB value is (172,148,177). Sum of RGB (Red+Green+Blue) = 172+148+177=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 148 (58.20% from 255 or 29.78% from 497); Blue value is 177 (69.53% from 255 or 35.61% from 497); Max value from RGB is 177 - color contains mainly: blue. Hex color #AC94B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC94B1 is #536B4E. Grayscale: #9E9E9E. Windows color (decimal): -5466959 or 11637932. OLE color: 11637932.

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

Color convert

RGB172148177-
CMYK0.030.1600.31
HSL289.66º15.68%63.73%-
HSV(B)289.66º16.38%69.41%-
XYZ35.5433.1246.12-
YUV158.48138.45137.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.61%
GREEN value IS 148 (58.20% from 255) = 29.78%
BLUE value IS 177 (69.53% from 255) = 35.61%
R=34.61%
G=29.78%
B=35.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721481770.030.1600.31289.6615.6863.73
HexAC94B131001F1221040
Octal25422426132003744220100
Binary1010110010010100101100011110000011111100100010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC94B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC94B1; }

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

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

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

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

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

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

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

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