#AB5870

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

Shades of Blush #AB5870

Tints of Blush #AB5870

Color information

#AB5870 (or 0xAB5870) is unknown color: approx Blush. HEX triplet: AB, 58 and 70. RGB value is (171,88,112). Sum of RGB (Red+Green+Blue) = 171+88+112=371 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.09% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5870 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5870 is #54A78F. Grayscale: #737373. Windows color (decimal): -5547920 or 7362731. OLE color: 7362731.

HSL color Cylindrical-coordinate representation of color #AB5870: hue angle of 342.65º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AB5870 is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB17188112-
CMYK00.490.350.33
HSL342.65º33.07%50.78%-
HSV(B)342.65º48.54%67.06%-
XYZ23.2116.8117.35-
YUV115.55126167.55-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.09%
GREEN value IS 88 (34.77% from 255) = 23.72%
BLUE value IS 112 (44.14% from 255) = 30.19%
R=46.09%
G=23.72%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718811200.490.350.33342.6533.0750.78
HexAB587003123211572133
Octal25313016006143415274163
Binary10101011101100011100000110001100011100001101010111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5870; }

 p { color: rgb(171,88,112); }

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

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

 a { background-color: rgb(171,88,112); }

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

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

 span { border-color: rgb(171,88,112); }

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