#AB4671

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

Shades of Royal Heath #AB4671

Tints of Royal Heath #AB4671

Color information

#AB4671 (or 0xAB4671) is unknown color: approx Royal Heath. HEX triplet: AB, 46 and 71. RGB value is (171,70,113). Sum of RGB (Red+Green+Blue) = 171+70+113=354 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.31% from 354); Green value is 70 (27.73% from 255 or 19.77% from 354); Blue value is 113 (44.53% from 255 or 31.92% from 354); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4671 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4671 is #54B98E. Grayscale: #696969. Windows color (decimal): -5552527 or 7423659. OLE color: 7423659.

HSL color Cylindrical-coordinate representation of color #AB4671: hue angle of 334.46º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AB4671 is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB17170113-
CMYK00.590.340.33
HSL334.46º41.91%47.25%-
HSV(B)334.46º59.06%67.06%-
XYZ21.9714.2317.21-
YUV105.1132.46175-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.31%
GREEN value IS 70 (27.73% from 255) = 19.77%
BLUE value IS 113 (44.53% from 255) = 31.92%
R=48.31%
G=19.77%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1717011300.590.340.33334.4641.9147.25
HexAB467103B222114e2a2f
Octal25310616107342415165257
Binary10101011100011011100010111011100010100001101001110101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4671; }

 p { color: rgb(171,70,113); }

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

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

 a { background-color: rgb(171,70,113); }

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

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

 span { border-color: rgb(171,70,113); }

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