#AC8EBE

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

Shades of East Side #AC8EBE

Tints of East Side #AC8EBE

Color information

#AC8EBE (or 0xAC8EBE) is unknown color: approx East Side. HEX triplet: AC, 8E and BE. RGB value is (172,142,190). Sum of RGB (Red+Green+Blue) = 172+142+190=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 142 (55.86% from 255 or 28.17% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC8EBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8EBE is #537141. Grayscale: #9C9C9C. Windows color (decimal): -5468482 or 12488364. OLE color: 12488364.

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

Color convert

RGB172142190-
CMYK0.090.2500.25
HSL277.5º26.97%65.1%-
HSV(B)277.5º25.26%74.51%-
XYZ35.9831.8352.96-
YUV156.44146.94139.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.13%
GREEN value IS 142 (55.86% from 255) = 28.17%
BLUE value IS 190 (74.61% from 255) = 37.70%
R=34.13%
G=28.17%
B=37.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721421900.090.2500.25277.526.9765.1
HexAC8EBE9190191161b41
Octal254216276113103142633101
Binary101011001000111010111110100111001011001100010110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8EBE; }

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

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

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

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

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

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

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

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