#AB83BB

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

Shades of East Side #AB83BB

Tints of East Side #AB83BB

Color information

#AB83BB (or 0xAB83BB) is unknown color: approx East Side. HEX triplet: AB, 83 and BB. RGB value is (171,131,187). Sum of RGB (Red+Green+Blue) = 171+131+187=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 131 (51.56% from 255 or 26.79% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB83BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB83BB is #547C44. Grayscale: #959595. Windows color (decimal): -5536837 or 12288939. OLE color: 12288939.

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

Color convert

RGB171131187-
CMYK0.090.3000.27
HSL282.86º29.17%62.35%-
HSV(B)282.86º29.95%73.33%-
XYZ33.8828.4850.72-
YUV149.34149.25143.45-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.97%
GREEN value IS 131 (51.56% from 255) = 26.79%
BLUE value IS 187 (73.44% from 255) = 38.24%
R=34.97%
G=26.79%
B=38.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711311870.090.3000.27282.8629.1762.35
HexAB83BB91E01B11b1d3e
Octal25320327311360334333576
Binary10101011100000111011101110011111001101110001101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB83BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB83BB; }

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

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

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

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

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

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

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

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