#AB7FBC

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

Shades of East Side #AB7FBC

Tints of East Side #AB7FBC

Color information

#AB7FBC (or 0xAB7FBC) is unknown color: approx East Side. HEX triplet: AB, 7F and BC. RGB value is (171,127,188). Sum of RGB (Red+Green+Blue) = 171+127+188=486 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.19% from 486); Green value is 127 (50% from 255 or 26.13% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB7FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7FBC is #548043. Grayscale: #929292. Windows color (decimal): -5537860 or 12353451. OLE color: 12353451.

HSL color Cylindrical-coordinate representation of color #AB7FBC: hue angle of 283.28º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AB7FBC is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB171127188-
CMYK0.090.3200.26
HSL283.28º31.28%61.76%-
HSV(B)283.28º32.45%73.73%-
XYZ33.4627.4751.12-
YUV147.11151.08145.04-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.19%
GREEN value IS 127 (50% from 255) = 26.13%
BLUE value IS 188 (73.83% from 255) = 38.68%
R=35.19%
G=26.13%
B=38.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711271880.090.3200.26283.2831.2861.76
HexAB7FBC92001A11b1f3e
Octal25317727411400324333776
Binary10101011111111110111100100110000001101010001101111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7FBC; }

 p { color: rgb(171,127,188); }

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

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

 a { background-color: rgb(171,127,188); }

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

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

 span { border-color: rgb(171,127,188); }

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