#AB83B4

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

Shades of East Side #AB83B4

Tints of East Side #AB83B4

Color information

#AB83B4 (or 0xAB83B4) is unknown color: approx East Side. HEX triplet: AB, 83 and B4. RGB value is (171,131,180). Sum of RGB (Red+Green+Blue) = 171+131+180=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 131 (51.56% from 255 or 27.18% from 482); Blue value is 180 (70.70% from 255 or 37.34% from 482); Max value from RGB is 180 - color contains mainly: blue. Hex color #AB83B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB83B4 is #547C4B. Grayscale: #949494. Windows color (decimal): -5536844 or 11830187. OLE color: 11830187.

HSL color Cylindrical-coordinate representation of color #AB83B4: hue angle of 288.98º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AB83B4 is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB171131180-
CMYK0.050.2700.29
HSL288.98º24.62%60.98%-
HSV(B)288.98º27.22%70.59%-
XYZ33.1528.1946.87-
YUV148.55145.75144.02-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.48%
GREEN value IS 131 (51.56% from 255) = 27.18%
BLUE value IS 180 (70.70% from 255) = 37.34%
R=35.48%
G=27.18%
B=37.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711311800.050.2700.29288.9824.6260.98
HexAB83B451B01D121193d
Octal2532032645330354413175
Binary1010101110000011101101001011101101110110010000111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB83B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB83B4; }

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

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

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

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

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

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

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

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