#AC81C9

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

Shades of East Side #AC81C9

Tints of East Side #AC81C9

Color information

#AC81C9 (or 0xAC81C9) is unknown color: approx East Side. HEX triplet: AC, 81 and C9. RGB value is (172,129,201). Sum of RGB (Red+Green+Blue) = 172+129+201=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 129 (50.78% from 255 or 25.70% from 502); Blue value is 201 (78.91% from 255 or 40.04% from 502); Max value from RGB is 201 - color contains mainly: blue. Hex color #AC81C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC81C9 is #537E36. Grayscale: #959595. Windows color (decimal): -5471799 or 13205932. OLE color: 13205932.

HSL color Cylindrical-coordinate representation of color #AC81C9: hue angle of 275.83º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AC81C9 is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB172129201-
CMYK0.140.3600.21
HSL275.83º40%64.71%-
HSV(B)275.83º35.82%78.82%-
XYZ35.4128.6958.93-
YUV150.06156.75143.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.26%
GREEN value IS 129 (50.78% from 255) = 25.70%
BLUE value IS 201 (78.91% from 255) = 40.04%
R=34.26%
G=25.70%
B=40.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1721292010.140.3600.21275.834064.71
HexAC81C9E240151142841
Octal254201311164402542450101
Binary10101100100000011100100111101001000101011000101001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC81C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC81C9; }

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

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

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

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

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

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

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

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