#AC95BF

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

Shades of East Side #AC95BF

Tints of East Side #AC95BF

Color information

#AC95BF (or 0xAC95BF) is unknown color: approx East Side. HEX triplet: AC, 95 and BF. RGB value is (172,149,191). Sum of RGB (Red+Green+Blue) = 172+149+191=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 149 (58.59% from 255 or 29.10% from 512); Blue value is 191 (75% from 255 or 37.30% from 512); Max value from RGB is 191 - color contains mainly: blue. Hex color #AC95BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC95BF is #536A40. Grayscale: #A0A0A0. Windows color (decimal): -5466689 or 12555692. OLE color: 12555692.

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

Color convert

RGB172149191-
CMYK0.100.2200.25
HSL272.86º24.71%66.67%-
HSV(B)272.86º21.99%74.9%-
XYZ37.1634.0353.9-
YUV160.66145.12136.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.59%
GREEN value IS 149 (58.59% from 255) = 29.10%
BLUE value IS 191 (75% from 255) = 37.30%
R=33.59%
G=29.10%
B=37.30%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721491910.100.2200.25272.8624.7166.67
HexAC95BFA160191111943
Octal254225277122603142131103
Binary101011001001010110111111101010110011001100010001110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC95BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC95BF; }

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

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

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

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

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

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

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

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