#AB4473

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

Shades of Royal Heath #AB4473

Tints of Royal Heath #AB4473

Color information

#AB4473 (or 0xAB4473) is unknown color: approx Royal Heath. HEX triplet: AB, 44 and 73. RGB value is (171,68,115). Sum of RGB (Red+Green+Blue) = 171+68+115=354 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.31% from 354); Green value is 68 (26.95% from 255 or 19.21% from 354); Blue value is 115 (45.31% from 255 or 32.49% from 354); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4473 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4473 is #54BB8C. Grayscale: #686868. Windows color (decimal): -5553037 or 7554219. OLE color: 7554219.

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

Color convert

RGB17168115-
CMYK00.600.330.33
HSL332.62º43.1%46.86%-
HSV(B)332.62º60.23%67.06%-
XYZ21.9614.0317.77-
YUV104.15134.12175.68-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.31%
GREEN value IS 68 (26.95% from 255) = 19.21%
BLUE value IS 115 (45.31% from 255) = 32.49%
R=48.31%
G=19.21%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1716811500.600.330.33332.6243.146.86
HexAB447303C212114d2b2f
Octal25310416307441415155357
Binary10101011100010011100110111100100001100001101001101101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4473; }

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

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

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

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

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

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

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

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