#AB8BC3

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

Shades of East Side #AB8BC3

Tints of East Side #AB8BC3

Color information

#AB8BC3 (or 0xAB8BC3) is unknown color: approx East Side. HEX triplet: AB, 8B and C3. RGB value is (171,139,195). Sum of RGB (Red+Green+Blue) = 171+139+195=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 139 (54.69% from 255 or 27.52% from 505); Blue value is 195 (76.56% from 255 or 38.61% from 505); Max value from RGB is 195 - color contains mainly: blue. Hex color #AB8BC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8BC3 is #54743C. Grayscale: #9A9A9A. Windows color (decimal): -5534781 or 12815275. OLE color: 12815275.

HSL color Cylindrical-coordinate representation of color #AB8BC3: hue angle of 274.29º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB8BC3 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB171139195-
CMYK0.120.2900.24
HSL274.29º31.82%65.49%-
HSV(B)274.29º28.72%76.47%-
XYZ35.8831.0655.73-
YUV154.95150.6139.45-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.86%
GREEN value IS 139 (54.69% from 255) = 27.52%
BLUE value IS 195 (76.56% from 255) = 38.61%
R=33.86%
G=27.52%
B=38.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711391950.120.2900.24274.2931.8265.49
HexAB8BC3C1D0181122041
Octal253213303143503042240101
Binary1010101110001011110000111100111010110001000100101000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8BC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8BC3; }

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

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

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

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

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

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

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

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