#ab547b

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

Shades of Royal Heath #AB547B

Tints of Royal Heath #AB547B

Color information

#AB547B (or 0xAB547B) is unknown color: approx Royal Heath. HEX triplet: AB, 54 and 7B. RGB value is (171,84,123). Sum of RGB (Red+Green+Blue) = 171+84+123=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 84 (33.20% from 255 or 22.22% from 378); Blue value is 123 (48.44% from 255 or 32.54% from 378); Max value from RGB is 171 - color contains mainly: red. Hex color #AB547B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB547B is #54AB84. Grayscale: #727272. Windows color (decimal): -5548933 or 8082603. OLE color: 8082603.

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

Color convert

RGB17184123-
CMYK00.510.280.33
HSL333.1º34.12%50%-
HSV(B)333.1º50.88%67.06%-
XYZ23.5416.4320.67-
YUV114.46132.82168.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.24%
GREEN value IS 84 (33.20% from 255) = 22.22%
BLUE value IS 123 (48.44% from 255) = 32.54%
R=45.24%
G=22.22%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718412300.510.280.33333.134.1250
HexAB547B0331C2114d2232
Octal25312417306334415154262
Binary1010101110101001111011011001111100100001101001101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab547b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab547b; }

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

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

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

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

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

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

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

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