#AB8BBA

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

Shades of East Side #AB8BBA

Tints of East Side #AB8BBA

Color information

#AB8BBA (or 0xAB8BBA) is unknown color: approx East Side. HEX triplet: AB, 8B and BA. RGB value is (171,139,186). Sum of RGB (Red+Green+Blue) = 171+139+186=496 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.48% from 496); Green value is 139 (54.69% from 255 or 28.02% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB8BBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8BBA is #547445. Grayscale: #999999. Windows color (decimal): -5534790 or 12225451. OLE color: 12225451.

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

Color convert

RGB171139186-
CMYK0.080.2500.27
HSL280.85º25.41%63.73%-
HSV(B)280.85º25.27%72.94%-
XYZ34.8930.6750.54-
YUV153.93146.1140.18-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.48%
GREEN value IS 139 (54.69% from 255) = 28.02%
BLUE value IS 186 (73.05% from 255) = 37.5%
R=34.48%
G=28.02%
B=37.5%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711391860.080.2500.27280.8525.4163.73
HexAB8BBA81901B1191940
Octal253213272103103343131100
Binary101010111000101110111010100011001011011100011001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8BBA; }

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

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

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

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

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

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

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

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