#AB4E70

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

Shades of Royal Heath #AB4E70

Tints of Royal Heath #AB4E70

Color information

#AB4E70 (or 0xAB4E70) is unknown color: approx Royal Heath. HEX triplet: AB, 4E and 70. RGB value is (171,78,112). Sum of RGB (Red+Green+Blue) = 171+78+112=361 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.37% from 361); Green value is 78 (30.86% from 255 or 21.61% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB4E70 is #54B18F. Grayscale: #6D6D6D. Windows color (decimal): -5550480 or 7360171. OLE color: 7360171.

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

Color convert

RGB17178112-
CMYK00.540.350.33
HSL338.06º37.35%48.82%-
HSV(B)338.06º54.39%67.06%-
XYZ22.4415.2817.09-
YUV109.68129.31171.74-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.37%
GREEN value IS 78 (30.86% from 255) = 21.61%
BLUE value IS 112 (44.14% from 255) = 31.02%
R=47.37%
G=21.61%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1717811200.540.350.33338.0637.3548.82
HexAB4E7003623211522531
Octal25311616006643415224561
Binary10101011100111011100000110110100011100001101010010100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4E70; }

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

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

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

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

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

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

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

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