#AB5271

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

Shades of Royal Heath #AB5271

Tints of Royal Heath #AB5271

Color information

#AB5271 (or 0xAB5271) is unknown color: approx Royal Heath. HEX triplet: AB, 52 and 71. RGB value is (171,82,113). Sum of RGB (Red+Green+Blue) = 171+82+113=366 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.72% from 366); Green value is 82 (32.42% from 255 or 22.40% from 366); Blue value is 113 (44.53% from 255 or 30.87% from 366); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5271 is #54AD8E. Grayscale: #707070. Windows color (decimal): -5549455 or 7426731. OLE color: 7426731.

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

Color convert

RGB17182113-
CMYK00.520.340.33
HSL339.1º35.18%49.61%-
HSV(B)339.1º52.05%67.06%-
XYZ22.7915.8817.49-
YUV112.15128.49169.98-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.72%
GREEN value IS 82 (32.42% from 255) = 22.40%
BLUE value IS 113 (44.53% from 255) = 30.87%
R=46.72%
G=22.40%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718211300.520.340.33339.135.1849.61
HexAB527103422211532332
Octal25312216106442415234362
Binary10101011101001011100010110100100010100001101010011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5271; }

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

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

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

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

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

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

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

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