#A24874

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

Shades of Royal Heath #A24874

Tints of Royal Heath #A24874

Color information

#A24874 (or 0xA24874) is unknown color: approx Royal Heath. HEX triplet: A2, 48 and 74. RGB value is (162,72,116). Sum of RGB (Red+Green+Blue) = 162+72+116=350 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.29% from 350); Green value is 72 (28.52% from 255 or 20.57% from 350); Blue value is 116 (45.70% from 255 or 33.14% from 350); Max value from RGB is 162 - color contains mainly: red. Hex color #A24874 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24874 is #5DB78B. Grayscale: #676767. Windows color (decimal): -6141836 or 7620770. OLE color: 7620770.

HSL color Cylindrical-coordinate representation of color #A24874: hue angle of 330.67º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A24874 is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB16272116-
CMYK00.560.280.36
HSL330.67º38.46%45.88%-
HSV(B)330.67º55.56%63.53%-
XYZ20.3713.5818.07-
YUV103.93134.82169.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.29%
GREEN value IS 72 (28.52% from 255) = 20.57%
BLUE value IS 116 (45.70% from 255) = 33.14%
R=46.29%
G=20.57%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627211600.560.280.36330.6738.4645.88
HexA248740381C2414b262e
Octal24211016407034445134656
Binary1010001010010001110100011100011100100100101001011100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24874; }

 p { color: rgb(162,72,116); }

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

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

 a { background-color: rgb(162,72,116); }

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

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

 span { border-color: rgb(162,72,116); }

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