#AB547E

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

Shades of Royal Heath #AB547E

Tints of Royal Heath #AB547E

Color information

#AB547E (or 0xAB547E) is unknown color: approx Royal Heath. HEX triplet: AB, 54 and 7E. RGB value is (171,84,126). Sum of RGB (Red+Green+Blue) = 171+84+126=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 84 (33.20% from 255 or 22.05% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 171 - color contains mainly: red. Hex color #AB547E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB547E is #54AB81. Grayscale: #727272. Windows color (decimal): -5548930 or 8279211. OLE color: 8279211.

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

Color convert

RGB17184126-
CMYK00.510.260.33
HSL331.03º34.12%50%-
HSV(B)331.03º50.88%67.06%-
XYZ23.7316.521.67-
YUV114.8134.32168.08-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.88%
GREEN value IS 84 (33.20% from 255) = 22.05%
BLUE value IS 126 (49.61% from 255) = 33.07%
R=44.88%
G=22.05%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718412600.510.260.33331.0334.1250
HexAB547E0331A2114b2232
Octal25312417606332415134262
Binary1010101110101001111110011001111010100001101001011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB547E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB547E; }

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

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

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

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

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

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

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

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