#A24F7D

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

Shades of Royal Heath #A24F7D

Tints of Royal Heath #A24F7D

Color information

#A24F7D (or 0xA24F7D) is unknown color: approx Royal Heath. HEX triplet: A2, 4F and 7D. RGB value is (162,79,125). Sum of RGB (Red+Green+Blue) = 162+79+125=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 79 (31.25% from 255 or 21.58% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 162 - color contains mainly: red. Hex color #A24F7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A24F7D is #5DB082. Grayscale: #6C6C6C. Windows color (decimal): -6140035 or 8212386. OLE color: 8212386.

HSL color Cylindrical-coordinate representation of color #A24F7D: hue angle of 326.75º 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 #A24F7D is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB16279125-
CMYK00.510.230.36
HSL326.75º34.44%47.25%-
HSV(B)326.75º51.23%63.53%-
XYZ21.414.7521.12-
YUV109.06137165.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.26%
GREEN value IS 79 (31.25% from 255) = 21.58%
BLUE value IS 125 (49.22% from 255) = 34.15%
R=44.26%
G=21.58%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627912500.510.230.36326.7534.4447.25
HexA24F7D0331724147222f
Octal24211717506327445074257
Binary1010001010011111111101011001110111100100101000111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24F7D; }

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

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

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

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

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

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

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

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