#AB4E73

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

Shades of Royal Heath #AB4E73

Tints of Royal Heath #AB4E73

Color information

#AB4E73 (or 0xAB4E73) is unknown color: approx Royal Heath. HEX triplet: AB, 4E and 73. RGB value is (171,78,115). Sum of RGB (Red+Green+Blue) = 171+78+115=364 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.98% from 364); Green value is 78 (30.86% from 255 or 21.43% from 364); Blue value is 115 (45.31% from 255 or 31.59% from 364); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4E73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB4E73 is #54B18C. Grayscale: #6D6D6D. Windows color (decimal): -5550477 or 7556779. OLE color: 7556779.

HSL color Cylindrical-coordinate representation of color #AB4E73: hue angle of 336.13º 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 #AB4E73 is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB17178115-
CMYK00.540.330.33
HSL336.13º37.35%48.82%-
HSV(B)336.13º54.39%67.06%-
XYZ22.6115.3417.99-
YUV110.02130.81171.49-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.98%
GREEN value IS 78 (30.86% from 255) = 21.43%
BLUE value IS 115 (45.31% from 255) = 31.59%
R=46.98%
G=21.43%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1717811500.540.330.33336.1337.3548.82
HexAB4E7303621211502531
Octal25311616306641415204561
Binary10101011100111011100110110110100001100001101010000100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4E73; }

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

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

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

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

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

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

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

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