#AC83BA

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

Shades of East Side #AC83BA

Tints of East Side #AC83BA

Color information

#AC83BA (or 0xAC83BA) is unknown color: approx East Side. HEX triplet: AC, 83 and BA. RGB value is (172,131,186). Sum of RGB (Red+Green+Blue) = 172+131+186=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 131 (51.56% from 255 or 26.79% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC83BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC83BA is #537C45. Grayscale: #959595. Windows color (decimal): -5471302 or 12223404. OLE color: 12223404.

HSL color Cylindrical-coordinate representation of color #AC83BA: hue angle of 284.73º degrees, saturation: 0.28, 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 #AC83BA is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB172131186-
CMYK0.080.3000.27
HSL284.73º28.5%62.16%-
HSV(B)284.73º29.57%72.94%-
XYZ33.9928.5550.17-
YUV149.53148.58144.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.17%
GREEN value IS 131 (51.56% from 255) = 26.79%
BLUE value IS 186 (73.05% from 255) = 38.04%
R=35.17%
G=26.79%
B=38.04%

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
Decimal1721311860.080.3000.27284.7328.562.16
HexAC83BA81E01B11d1c3e
Octal25420327210360334353476
Binary10101100100000111011101010001111001101110001110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC83BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC83BA; }

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

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

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

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

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

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

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

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