#AB5472

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

Shades of Royal Heath #AB5472

Tints of Royal Heath #AB5472

Color information

#AB5472 (or 0xAB5472) is unknown color: approx Royal Heath. HEX triplet: AB, 54 and 72. RGB value is (171,84,114). Sum of RGB (Red+Green+Blue) = 171+84+114=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 84 (33.20% from 255 or 22.76% from 369); Blue value is 114 (44.92% from 255 or 30.89% from 369); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5472 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5472 is #54AB8D. Grayscale: #717171. Windows color (decimal): -5548942 or 7492779. OLE color: 7492779.

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

Color convert

RGB17184114-
CMYK00.510.330.33
HSL339.31º34.12%50%-
HSV(B)339.31º50.88%67.06%-
XYZ2316.2117.84-
YUV113.43128.32169.06-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.34%
GREEN value IS 84 (33.20% from 255) = 22.76%
BLUE value IS 114 (44.92% from 255) = 30.89%
R=46.34%
G=22.76%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718411400.510.330.33339.3134.1250
HexAB547203321211532232
Octal25312416206341415234262
Binary10101011101010011100100110011100001100001101010011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5472; }

 p { color: rgb(171,84,114); }

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

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

 a { background-color: rgb(171,84,114); }

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

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

 span { border-color: rgb(171,84,114); }

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