#AB4471

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

Shades of Royal Heath #AB4471

Tints of Royal Heath #AB4471

Color information

#AB4471 (or 0xAB4471) is unknown color: approx Royal Heath. HEX triplet: AB, 44 and 71. RGB value is (171,68,113). Sum of RGB (Red+Green+Blue) = 171+68+113=352 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.58% from 352); Green value is 68 (26.95% from 255 or 19.32% from 352); Blue value is 113 (44.53% from 255 or 32.10% from 352); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4471 is #54BB8E. Grayscale: #676767. Windows color (decimal): -5553039 or 7423147. OLE color: 7423147.

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

Color convert

RGB17168113-
CMYK00.600.340.33
HSL333.79º43.1%46.86%-
HSV(B)333.79º60.23%67.06%-
XYZ21.8413.9817.17-
YUV103.93133.12175.84-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.58%
GREEN value IS 68 (26.95% from 255) = 19.32%
BLUE value IS 113 (44.53% from 255) = 32.10%
R=48.58%
G=19.32%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1716811300.600.340.33333.7943.146.86
HexAB447103C222114e2b2f
Octal25310416107442415165357
Binary10101011100010011100010111100100010100001101001110101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4471; }

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

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

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

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

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

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

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

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