#AB8CC3

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

Shades of East Side #AB8CC3

Tints of East Side #AB8CC3

Color information

#AB8CC3 (or 0xAB8CC3) is unknown color: approx East Side. HEX triplet: AB, 8C and C3. RGB value is (171,140,195). Sum of RGB (Red+Green+Blue) = 171+140+195=506 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.79% from 506); Green value is 140 (55.08% from 255 or 27.67% from 506); Blue value is 195 (76.56% from 255 or 38.54% from 506); Max value from RGB is 195 - color contains mainly: blue. Hex color #AB8CC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8CC3 is #54733C. Grayscale: #9B9B9B. Windows color (decimal): -5534525 or 12815531. OLE color: 12815531.

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

Color convert

RGB171140195-
CMYK0.120.2800.24
HSL273.82º31.43%65.69%-
HSV(B)273.82º28.21%76.47%-
XYZ36.0231.3555.78-
YUV155.54150.27139.03-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.79%
GREEN value IS 140 (55.08% from 255) = 27.67%
BLUE value IS 195 (76.56% from 255) = 38.54%
R=33.79%
G=27.67%
B=38.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711401950.120.2800.24273.8231.4365.69
HexAB8CC3C1C0181121f42
Octal253214303143403042237102
Binary101010111000110011000011110011100011000100010010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8CC3; }

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

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

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

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

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

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

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

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