#A24F7A

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

Shades of Royal Heath #A24F7A

Tints of Royal Heath #A24F7A

Color information

#A24F7A (or 0xA24F7A) is unknown color: approx Royal Heath. HEX triplet: A2, 4F and 7A. RGB value is (162,79,122). Sum of RGB (Red+Green+Blue) = 162+79+122=363 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.63% from 363); Green value is 79 (31.25% from 255 or 21.76% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 162 - color contains mainly: red. Hex color #A24F7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A24F7A is #5DB085. Grayscale: #6C6C6C. Windows color (decimal): -6140038 or 8015778. OLE color: 8015778.

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

Color convert

RGB16279122-
CMYK00.510.250.36
HSL328.92º34.44%47.25%-
HSV(B)328.92º51.23%63.53%-
XYZ21.2114.6820.13-
YUV108.72135.5166-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.63%
GREEN value IS 79 (31.25% from 255) = 21.76%
BLUE value IS 122 (48.05% from 255) = 33.61%
R=44.63%
G=21.76%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627912200.510.250.36328.9234.4447.25
HexA24F7A0331924149222f
Octal24211717206331445114257
Binary1010001010011111111010011001111001100100101001001100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24F7A; }

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

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

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

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

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

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

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

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