#AC86BE

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

Shades of East Side #AC86BE

Tints of East Side #AC86BE

Color information

#AC86BE (or 0xAC86BE) is unknown color: approx East Side. HEX triplet: AC, 86 and BE. RGB value is (172,134,190). Sum of RGB (Red+Green+Blue) = 172+134+190=496 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.68% from 496); Green value is 134 (52.73% from 255 or 27.02% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC86BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC86BE is #537941. Grayscale: #979797. Windows color (decimal): -5470530 or 12486316. OLE color: 12486316.

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

Color convert

RGB172134190-
CMYK0.090.2900.25
HSL280.71º30.11%63.53%-
HSV(B)280.71º29.47%74.51%-
XYZ34.8329.5452.58-
YUV151.75149.59142.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.68%
GREEN value IS 134 (52.73% from 255) = 27.02%
BLUE value IS 190 (74.61% from 255) = 38.31%
R=34.68%
G=27.02%
B=38.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721341900.090.2900.25280.7130.1163.53
HexAC86BE91D0191191e40
Octal254206276113503143136100
Binary101011001000011010111110100111101011001100011001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC86BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC86BE; }

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

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

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

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

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

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

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

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