#AB4F70

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

Shades of Royal Heath #AB4F70

Tints of Royal Heath #AB4F70

Color information

#AB4F70 (or 0xAB4F70) is unknown color: approx Royal Heath. HEX triplet: AB, 4F and 70. RGB value is (171,79,112). Sum of RGB (Red+Green+Blue) = 171+79+112=362 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.24% from 362); Green value is 79 (31.25% from 255 or 21.82% from 362); Blue value is 112 (44.14% from 255 or 30.94% from 362); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB4F70 is #54B08F. Grayscale: #6E6E6E. Windows color (decimal): -5550224 or 7360427. OLE color: 7360427.

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

Color convert

RGB17179112-
CMYK00.540.350.33
HSL338.48º36.8%49.02%-
HSV(B)338.48º53.8%67.06%-
XYZ22.5215.4217.12-
YUV110.27128.98171.32-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.24%
GREEN value IS 79 (31.25% from 255) = 21.82%
BLUE value IS 112 (44.14% from 255) = 30.94%
R=47.24%
G=21.82%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1717911200.540.350.33338.4836.849.02
HexAB4F7003623211522531
Octal25311716006643415224561
Binary10101011100111111100000110110100011100001101010010100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4F70; }

 p { color: rgb(171,79,112); }

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

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

 a { background-color: rgb(171,79,112); }

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

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

 span { border-color: rgb(171,79,112); }

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