#A24F70

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

Shades of Royal Heath #A24F70

Tints of Royal Heath #A24F70

Color information

#A24F70 (or 0xA24F70) is unknown color: approx Royal Heath. HEX triplet: A2, 4F and 70. RGB value is (162,79,112). Sum of RGB (Red+Green+Blue) = 162+79+112=353 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.89% from 353); Green value is 79 (31.25% from 255 or 22.38% from 353); Blue value is 112 (44.14% from 255 or 31.73% from 353); Max value from RGB is 162 - color contains mainly: red. Hex color #A24F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A24F70 is #5DB08F. Grayscale: #6B6B6B. Windows color (decimal): -6140048 or 7360418. OLE color: 7360418.

HSL color Cylindrical-coordinate representation of color #A24F70: hue angle of 336.14º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A24F70 is Cyan = 0, Magento = 0.51, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB16279112-
CMYK00.510.310.36
HSL336.14º34.44%47.25%-
HSV(B)336.14º51.23%63.53%-
XYZ20.6214.4417.03-
YUV107.58130.5166.82-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.89%
GREEN value IS 79 (31.25% from 255) = 22.38%
BLUE value IS 112 (44.14% from 255) = 31.73%
R=45.89%
G=22.38%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627911200.510.310.36336.1434.4447.25
HexA24F700331F24150222f
Octal24211716006337445204257
Binary1010001010011111110000011001111111100100101010000100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24F70; }

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

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

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

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

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

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

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

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