#AC83BE

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

Shades of East Side #AC83BE

Tints of East Side #AC83BE

Color information

#AC83BE (or 0xAC83BE) is unknown color: approx East Side. HEX triplet: AC, 83 and BE. RGB value is (172,131,190). Sum of RGB (Red+Green+Blue) = 172+131+190=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 131 (51.56% from 255 or 26.57% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC83BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC83BE is #537C41. Grayscale: #959595. Windows color (decimal): -5471298 or 12485548. OLE color: 12485548.

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

Color convert

RGB172131190-
CMYK0.090.3100.25
HSL281.69º31.22%62.94%-
HSV(B)281.69º31.05%74.51%-
XYZ34.4228.7252.44-
YUV149.98150.58143.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.89%
GREEN value IS 131 (51.56% from 255) = 26.57%
BLUE value IS 190 (74.61% from 255) = 38.54%
R=34.89%
G=26.57%
B=38.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721311900.090.3100.25281.6931.2262.94
HexAC83BE91F01911a1f3f
Octal25420327611370314323777
Binary10101100100000111011111010011111101100110001101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC83BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC83BE; }

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

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

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

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

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

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

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

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