#AB8CBA

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

Shades of East Side #AB8CBA

Tints of East Side #AB8CBA

Color information

#AB8CBA (or 0xAB8CBA) is unknown color: approx East Side. HEX triplet: AB, 8C and BA. RGB value is (171,140,186). Sum of RGB (Red+Green+Blue) = 171+140+186=497 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.41% from 497); Green value is 140 (55.08% from 255 or 28.17% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB8CBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8CBA is #547345. Grayscale: #9A9A9A. Windows color (decimal): -5534534 or 12225707. OLE color: 12225707.

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

Color convert

RGB171140186-
CMYK0.080.2500.27
HSL280.43º25%63.92%-
HSV(B)280.43º24.73%72.94%-
XYZ35.0430.9650.58-
YUV154.51145.77139.76-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.41%
GREEN value IS 140 (55.08% from 255) = 28.17%
BLUE value IS 186 (73.05% from 255) = 37.42%
R=34.41%
G=28.17%
B=37.42%

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
Decimal1711401860.080.2500.27280.432563.92
HexAB8CBA81901B1181940
Octal253214272103103343031100
Binary101010111000110010111010100011001011011100011000110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8CBA; }

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

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

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

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

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

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

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

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