#AB7BC1

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

Shades of East Side #AB7BC1

Tints of East Side #AB7BC1

Color information

#AB7BC1 (or 0xAB7BC1) is unknown color: approx East Side. HEX triplet: AB, 7B and C1. RGB value is (171,123,193). Sum of RGB (Red+Green+Blue) = 171+123+193=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 123 (48.44% from 255 or 25.26% from 487); Blue value is 193 (75.78% from 255 or 39.63% from 487); Max value from RGB is 193 - color contains mainly: blue. Hex color #AB7BC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7BC1 is #54843E. Grayscale: #919191. Windows color (decimal): -5538879 or 12680107. OLE color: 12680107.

HSL color Cylindrical-coordinate representation of color #AB7BC1: hue angle of 281.14º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AB7BC1 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB171123193-
CMYK0.110.3600.24
HSL281.14º36.08%61.96%-
HSV(B)281.14º36.27%75.69%-
XYZ33.526.6753.83-
YUV145.33154.9146.31-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.11%
GREEN value IS 123 (48.44% from 255) = 25.26%
BLUE value IS 193 (75.78% from 255) = 39.63%
R=35.11%
G=25.26%
B=39.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711231930.110.3600.24281.1436.0861.96
HexAB7BC1B24018119243e
Octal25317330113440304314476
Binary101010111111011110000011011100100011000100011001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7BC1; }

 p { color: rgb(171,123,193); }

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

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

 a { background-color: rgb(171,123,193); }

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

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

 span { border-color: rgb(171,123,193); }

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