#AB83BC

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

Shades of East Side #AB83BC

Tints of East Side #AB83BC

Color information

#AB83BC (or 0xAB83BC) is unknown color: approx East Side. HEX triplet: AB, 83 and BC. RGB value is (171,131,188). Sum of RGB (Red+Green+Blue) = 171+131+188=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 131 (51.56% from 255 or 26.73% from 490); Blue value is 188 (73.83% from 255 or 38.37% from 490); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB83BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB83BC is #547C43. Grayscale: #959595. Windows color (decimal): -5536836 or 12354475. OLE color: 12354475.

HSL color Cylindrical-coordinate representation of color #AB83BC: hue angle of 282.11º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AB83BC is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB171131188-
CMYK0.090.3000.26
HSL282.11º29.84%62.55%-
HSV(B)282.11º30.32%73.73%-
XYZ33.9928.5251.29-
YUV149.46149.75143.37-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.90%
GREEN value IS 131 (51.56% from 255) = 26.73%
BLUE value IS 188 (73.83% from 255) = 38.37%
R=34.90%
G=26.73%
B=38.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711311880.090.3000.26282.1129.8462.55
HexAB83BC91E01A11a1e3f
Octal25320327411360324323677
Binary10101011100000111011110010011111001101010001101011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB83BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB83BC; }

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

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

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

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

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

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

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

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