#AB83BA

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

Shades of East Side #AB83BA

Tints of East Side #AB83BA

Color information

#AB83BA (or 0xAB83BA) is unknown color: approx East Side. HEX triplet: AB, 83 and BA. RGB value is (171,131,186). Sum of RGB (Red+Green+Blue) = 171+131+186=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 131 (51.56% from 255 or 26.84% 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 #AB83BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB83BA is #547C45. Grayscale: #959595. Windows color (decimal): -5536838 or 12223403. OLE color: 12223403.

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

Color convert

RGB171131186-
CMYK0.080.3000.27
HSL283.64º28.5%62.16%-
HSV(B)283.64º29.57%72.94%-
XYZ33.7728.4450.16-
YUV149.23148.75143.53-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.04%
GREEN value IS 131 (51.56% from 255) = 26.84%
BLUE value IS 186 (73.05% from 255) = 38.11%
R=35.04%
G=26.84%
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
Decimal1711311860.080.3000.27283.6428.562.16
HexAB83BA81E01B11c1c3e
Octal25320327210360334343476
Binary10101011100000111011101010001111001101110001110011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB83BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB83BA; }

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

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

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

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

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

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

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

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