#AB8FB8

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

Shades of East Side #AB8FB8

Tints of East Side #AB8FB8

Color information

#AB8FB8 (or 0xAB8FB8) is unknown color: approx East Side. HEX triplet: AB, 8F and B8. RGB value is (171,143,184). Sum of RGB (Red+Green+Blue) = 171+143+184=498 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.34% from 498); Green value is 143 (56.25% from 255 or 28.71% from 498); Blue value is 184 (72.27% from 255 or 36.95% from 498); Max value from RGB is 184 - color contains mainly: blue. Hex color #AB8FB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8FB8 is #547047. Grayscale: #9B9B9B. Windows color (decimal): -5533768 or 12095403. OLE color: 12095403.

HSL color Cylindrical-coordinate representation of color #AB8FB8: hue angle of 280.98º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AB8FB8 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB171143184-
CMYK0.070.2200.28
HSL280.98º22.4%64.12%-
HSV(B)280.98º22.28%72.16%-
XYZ35.2731.7649.62-
YUV156.05143.78138.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.34%
GREEN value IS 143 (56.25% from 255) = 28.71%
BLUE value IS 184 (72.27% from 255) = 36.95%
R=34.34%
G=28.71%
B=36.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1711431840.070.2200.28280.9822.464.12
HexAB8FB871601C1191640
Octal25321727072603443126100
Binary10101011100011111011100011110110011100100011001101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8FB8; }

 p { color: rgb(171,143,184); }

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

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

 a { background-color: rgb(171,143,184); }

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

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

 span { border-color: rgb(171,143,184); }

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