#AC81BE

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

Shades of East Side #AC81BE

Tints of East Side #AC81BE

Color information

#AC81BE (or 0xAC81BE) is unknown color: approx East Side. HEX triplet: AC, 81 and BE. RGB value is (172,129,190). Sum of RGB (Red+Green+Blue) = 172+129+190=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 129 (50.78% from 255 or 26.27% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC81BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC81BE is #537E41. Grayscale: #949494. Windows color (decimal): -5471810 or 12485036. OLE color: 12485036.

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

Color convert

RGB172129190-
CMYK0.090.3200.25
HSL282.3º31.94%62.55%-
HSV(B)282.3º32.11%74.51%-
XYZ34.1628.1952.36-
YUV148.81151.25144.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.03%
GREEN value IS 129 (50.78% from 255) = 26.27%
BLUE value IS 190 (74.61% from 255) = 38.70%
R=35.03%
G=26.27%
B=38.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721291900.090.3200.25282.331.9462.55
HexAC81BE92001911a203f
Octal25420127611400314324077
Binary1010110010000001101111101001100000011001100011010100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC81BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC81BE; }

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

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

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

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

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

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

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

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