#AB4E76

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

Shades of Royal Heath #AB4E76

Tints of Royal Heath #AB4E76

Color information

#AB4E76 (or 0xAB4E76) is unknown color: approx Royal Heath. HEX triplet: AB, 4E and 76. RGB value is (171,78,118). Sum of RGB (Red+Green+Blue) = 171+78+118=367 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.59% from 367); Green value is 78 (30.86% from 255 or 21.25% from 367); Blue value is 118 (46.48% from 255 or 32.15% from 367); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4E76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB4E76 is #54B189. Grayscale: #6E6E6E. Windows color (decimal): -5550474 or 7753387. OLE color: 7753387.

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

Color convert

RGB17178118-
CMYK00.540.310.33
HSL334.19º37.35%48.82%-
HSV(B)334.19º54.39%67.06%-
XYZ22.7915.4118.91-
YUV110.37132.31171.25-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.59%
GREEN value IS 78 (30.86% from 255) = 21.25%
BLUE value IS 118 (46.48% from 255) = 32.15%
R=46.59%
G=21.25%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1717811800.540.310.33334.1937.3548.82
HexAB4E760361F2114e2531
Octal25311616606637415164561
Binary1010101110011101110110011011011111100001101001110100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4E76; }

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

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

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

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

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

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

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

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