#AC82BA

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

Shades of East Side #AC82BA

Tints of East Side #AC82BA

Color information

#AC82BA (or 0xAC82BA) is unknown color: approx East Side. HEX triplet: AC, 82 and BA. RGB value is (172,130,186). Sum of RGB (Red+Green+Blue) = 172+130+186=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 130 (51.17% from 255 or 26.64% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC82BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC82BA is #537D45. Grayscale: #949494. Windows color (decimal): -5471558 or 12223148. OLE color: 12223148.

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

Color convert

RGB172130186-
CMYK0.080.3000.27
HSL285º28.87%61.96%-
HSV(B)285º30.11%72.94%-
XYZ33.8628.2850.13-
YUV148.94148.91144.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.25%
GREEN value IS 130 (51.17% from 255) = 26.64%
BLUE value IS 186 (73.05% from 255) = 38.11%
R=35.25%
G=26.64%
B=38.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721301860.080.3000.2728528.8761.96
HexAC82BA81E01B11d1d3e
Octal25420227210360334353576
Binary10101100100000101011101010001111001101110001110111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC82BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC82BA; }

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

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

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

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

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

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

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

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