#AB5470

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

Shades of Royal Heath #AB5470

Tints of Royal Heath #AB5470

Color information

#AB5470 (or 0xAB5470) is unknown color: approx Royal Heath. HEX triplet: AB, 54 and 70. RGB value is (171,84,112). Sum of RGB (Red+Green+Blue) = 171+84+112=367 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.59% from 367); Green value is 84 (33.20% from 255 or 22.89% from 367); Blue value is 112 (44.14% from 255 or 30.52% from 367); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5470 is #54AB8F. Grayscale: #717171. Windows color (decimal): -5548944 or 7361707. OLE color: 7361707.

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

Color convert

RGB17184112-
CMYK00.510.350.33
HSL340.69º34.12%50%-
HSV(B)340.69º50.88%67.06%-
XYZ22.8916.1717.24-
YUV113.2127.32169.22-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.59%
GREEN value IS 84 (33.20% from 255) = 22.89%
BLUE value IS 112 (44.14% from 255) = 30.52%
R=46.59%
G=22.89%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718411200.510.350.33340.6934.1250
HexAB547003323211552232
Octal25312416006343415254262
Binary10101011101010011100000110011100011100001101010101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5470; }

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

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

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

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

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

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

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

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