#AC95B5

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

Shades of East Side #AC95B5

Tints of East Side #AC95B5

Color information

#AC95B5 (or 0xAC95B5) is unknown color: approx East Side. HEX triplet: AC, 95 and B5. RGB value is (172,149,181). Sum of RGB (Red+Green+Blue) = 172+149+181=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 149 (58.59% from 255 or 29.68% from 502); Blue value is 181 (71.09% from 255 or 36.06% from 502); Max value from RGB is 181 - color contains mainly: blue. Hex color #AC95B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC95B5 is #536A4A. Grayscale: #9F9F9F. Windows color (decimal): -5466699 or 11900332. OLE color: 11900332.

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

Color convert

RGB172149181-
CMYK0.050.1800.29
HSL283.12º17.78%64.71%-
HSV(B)283.12º17.68%70.98%-
XYZ36.133.648.3-
YUV159.52140.12136.9-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.26%
GREEN value IS 149 (58.59% from 255) = 29.68%
BLUE value IS 181 (71.09% from 255) = 36.06%
R=34.26%
G=29.68%
B=36.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721491810.050.1800.29283.1217.7864.71
HexAC95B551201D11b1241
Octal25422526552203543322101
Binary10101100100101011011010110110010011101100011011100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC95B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC95B5; }

 p { color: rgb(172,149,181); }

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

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

 a { background-color: rgb(172,149,181); }

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

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

 span { border-color: rgb(172,149,181); }

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