#AC95BE

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

Shades of East Side #AC95BE

Tints of East Side #AC95BE

Color information

#AC95BE (or 0xAC95BE) is unknown color: approx East Side. HEX triplet: AC, 95 and BE. RGB value is (172,149,190). Sum of RGB (Red+Green+Blue) = 172+149+190=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 149 (58.59% from 255 or 29.16% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC95BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC95BE is #536A41. Grayscale: #A0A0A0. Windows color (decimal): -5466690 or 12490156. OLE color: 12490156.

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

Color convert

RGB172149190-
CMYK0.090.2200.25
HSL273.66º23.98%66.47%-
HSV(B)273.66º21.58%74.51%-
XYZ37.0533.9853.32-
YUV160.55144.62136.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.66%
GREEN value IS 149 (58.59% from 255) = 29.16%
BLUE value IS 190 (74.61% from 255) = 37.18%
R=33.66%
G=29.16%
B=37.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721491900.090.2200.25273.6623.9866.47
HexAC95BE9160191121842
Octal254225276112603142230102
Binary101011001001010110111110100110110011001100010010110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC95BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC95BE; }

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

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

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

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

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

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

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

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