#AB88CB

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

Shades of East Side #AB88CB

Tints of East Side #AB88CB

Color information

#AB88CB (or 0xAB88CB) is unknown color: approx East Side. HEX triplet: AB, 88 and CB. RGB value is (171,136,203). Sum of RGB (Red+Green+Blue) = 171+136+203=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 136 (53.52% from 255 or 26.67% from 510); Blue value is 203 (79.69% from 255 or 39.80% from 510); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB88CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB88CB is #547734. Grayscale: #999999. Windows color (decimal): -5535541 or 13338795. OLE color: 13338795.

HSL color Cylindrical-coordinate representation of color #AB88CB: hue angle of 271.34º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AB88CB is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB171136203-
CMYK0.160.3300.20
HSL271.34º39.18%66.47%-
HSV(B)271.34º33%79.61%-
XYZ36.3830.5860.48-
YUV154.1155.6140.05-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.53%
GREEN value IS 136 (53.52% from 255) = 26.67%
BLUE value IS 203 (79.69% from 255) = 39.80%
R=33.53%
G=26.67%
B=39.80%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1711362030.160.3300.20271.3439.1866.47
HexAB88CB102101410f2742
Octal253210313204102441747102
Binary101010111000100011001011100001000010101001000011111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB88CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB88CB; }

 p { color: rgb(171,136,203); }

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

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

 a { background-color: rgb(171,136,203); }

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

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

 span { border-color: rgb(171,136,203); }

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