#AB4373

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

Shades of Royal Heath #AB4373

Tints of Royal Heath #AB4373

Color information

#AB4373 (or 0xAB4373) is unknown color: approx Royal Heath. HEX triplet: AB, 43 and 73. RGB value is (171,67,115). Sum of RGB (Red+Green+Blue) = 171+67+115=353 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.44% from 353); Green value is 67 (26.56% from 255 or 18.98% from 353); Blue value is 115 (45.31% from 255 or 32.58% from 353); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4373 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4373 is #54BC8C. Grayscale: #676767. Windows color (decimal): -5553293 or 7553963. OLE color: 7553963.

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

Color convert

RGB17167115-
CMYK00.610.330.33
HSL332.31º43.7%46.67%-
HSV(B)332.31º60.82%67.06%-
XYZ21.913.9117.75-
YUV103.57134.46176.1-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.44%
GREEN value IS 67 (26.56% from 255) = 18.98%
BLUE value IS 115 (45.31% from 255) = 32.58%
R=48.44%
G=18.98%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1716711500.610.330.33332.3143.746.67
HexAB437303D212114c2c2f
Octal25310316307541415145457
Binary10101011100001111100110111101100001100001101001100101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4373; }

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

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

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

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

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

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

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

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