#ab79b8

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

Shades of East Side #AB79B8

Tints of East Side #AB79B8

Color information

#AB79B8 (or 0xAB79B8) is unknown color: approx East Side. HEX triplet: AB, 79 and B8. RGB value is (171,121,184). Sum of RGB (Red+Green+Blue) = 171+121+184=476 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.92% from 476); Green value is 121 (47.66% from 255 or 25.42% from 476); Blue value is 184 (72.27% from 255 or 38.66% from 476); Max value from RGB is 184 - color contains mainly: blue. Hex color #AB79B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB79B8 is #548647. Grayscale: #8E8E8E. Windows color (decimal): -5539400 or 12089771. OLE color: 12089771.

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

Color convert

RGB171121184-
CMYK0.070.3400.28
HSL287.62º30.73%59.8%-
HSV(B)287.62º34.24%72.16%-
XYZ32.2825.7948.62-
YUV143.13151.06147.88-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.92%
GREEN value IS 121 (47.66% from 255) = 25.42%
BLUE value IS 184 (72.27% from 255) = 38.66%
R=35.92%
G=25.42%
B=38.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1711211840.070.3400.28287.6230.7359.8
HexAB79B872201C1201f3c
Octal2531712707420344403774
Binary1010101111110011011100011110001001110010010000011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab79b8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab79b8; }

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

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

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

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

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

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

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

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