#AB4375

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

Shades of Royal Heath #AB4375

Tints of Royal Heath #AB4375

Color information

#AB4375 (or 0xAB4375) is unknown color: approx Royal Heath. HEX triplet: AB, 43 and 75. RGB value is (171,67,117). Sum of RGB (Red+Green+Blue) = 171+67+117=355 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.17% from 355); Green value is 67 (26.56% from 255 or 18.87% from 355); Blue value is 117 (46.09% from 255 or 32.96% from 355); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4375 is #54BC8A. Grayscale: #676767. Windows color (decimal): -5553291 or 7685035. OLE color: 7685035.

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

Color convert

RGB17167117-
CMYK00.610.320.33
HSL331.15º43.7%46.67%-
HSV(B)331.15º60.82%67.06%-
XYZ22.0113.9618.36-
YUV103.8135.46175.93-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.17%
GREEN value IS 67 (26.56% from 255) = 18.87%
BLUE value IS 117 (46.09% from 255) = 32.96%
R=48.17%
G=18.87%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1716711700.610.320.33331.1543.746.67
HexAB437503D202114b2c2f
Octal25310316507540415135457
Binary10101011100001111101010111101100000100001101001011101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4375; }

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

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

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

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

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

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

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

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