#A24377

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

Shades of Royal Heath #A24377

Tints of Royal Heath #A24377

Color information

#A24377 (or 0xA24377) is unknown color: approx Royal Heath. HEX triplet: A2, 43 and 77. RGB value is (162,67,119). Sum of RGB (Red+Green+Blue) = 162+67+119=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 67 (26.56% from 255 or 19.25% from 348); Blue value is 119 (46.88% from 255 or 34.20% from 348); Max value from RGB is 162 - color contains mainly: red. Hex color #A24377 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24377 is #5DBC88. Grayscale: #656565. Windows color (decimal): -6143113 or 7816098. OLE color: 7816098.

HSL color Cylindrical-coordinate representation of color #A24377: hue angle of 327.16º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A24377 is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB16267119-
CMYK00.590.270.36
HSL327.16º41.48%44.9%-
HSV(B)327.16º58.64%63.53%-
XYZ20.2413.0318.9-
YUV101.33137.97171.27-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.55%
GREEN value IS 67 (26.56% from 255) = 19.25%
BLUE value IS 119 (46.88% from 255) = 34.20%
R=46.55%
G=19.25%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626711900.590.270.36327.1641.4844.9
HexA2437703B1B24147292d
Octal24210316707333445075155
Binary1010001010000111110111011101111011100100101000111101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24377; }

 p { color: rgb(162,67,119); }

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

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

 a { background-color: rgb(162,67,119); }

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

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

 span { border-color: rgb(162,67,119); }

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