#AC84BA

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

Shades of East Side #AC84BA

Tints of East Side #AC84BA

Color information

#AC84BA (or 0xAC84BA) is unknown color: approx East Side. HEX triplet: AC, 84 and BA. RGB value is (172,132,186). Sum of RGB (Red+Green+Blue) = 172+132+186=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 132 (51.95% from 255 or 26.94% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC84BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC84BA is #537B45. Grayscale: #959595. Windows color (decimal): -5471046 or 12223660. OLE color: 12223660.

HSL color Cylindrical-coordinate representation of color #AC84BA: hue angle of 284.44º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AC84BA is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB172132186-
CMYK0.080.2900.27
HSL284.44º28.12%62.35%-
HSV(B)284.44º29.03%72.94%-
XYZ34.1328.8250.22-
YUV150.12148.25143.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.10%
GREEN value IS 132 (51.95% from 255) = 26.94%
BLUE value IS 186 (73.05% from 255) = 37.96%
R=35.10%
G=26.94%
B=37.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721321860.080.2900.27284.4428.1262.35
HexAC84BA81D01B11c1c3e
Octal25420427210350334343476
Binary10101100100001001011101010001110101101110001110011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC84BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC84BA; }

 p { color: rgb(172,132,186); }

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

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

 a { background-color: rgb(172,132,186); }

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

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

 span { border-color: rgb(172,132,186); }

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