#AB83B9

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

Shades of East Side #AB83B9

Tints of East Side #AB83B9

Color information

#AB83B9 (or 0xAB83B9) is unknown color: approx East Side. HEX triplet: AB, 83 and B9. RGB value is (171,131,185). Sum of RGB (Red+Green+Blue) = 171+131+185=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 131 (51.56% from 255 or 26.90% from 487); Blue value is 185 (72.66% from 255 or 37.99% from 487); Max value from RGB is 185 - color contains mainly: blue. Hex color #AB83B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB83B9 is #547C46. Grayscale: #949494. Windows color (decimal): -5536839 or 12157867. OLE color: 12157867.

HSL color Cylindrical-coordinate representation of color #AB83B9: hue angle of 284.44º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB83B9 is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB171131185-
CMYK0.080.2900.27
HSL284.44º27.84%61.96%-
HSV(B)284.44º29.19%72.55%-
XYZ33.6728.3949.6-
YUV149.12148.25143.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.11%
GREEN value IS 131 (51.56% from 255) = 26.90%
BLUE value IS 185 (72.66% from 255) = 37.99%
R=35.11%
G=26.90%
B=37.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711311850.080.2900.27284.4427.8461.96
HexAB83B981D01B11c1c3e
Octal25320327110350334343476
Binary10101011100000111011100110001110101101110001110011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB83B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB83B9; }

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

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

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

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

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

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

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

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