#A24577

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

Shades of Royal Heath #A24577

Tints of Royal Heath #A24577

Color information

#A24577 (or 0xA24577) is unknown color: approx Royal Heath. HEX triplet: A2, 45 and 77. RGB value is (162,69,119). Sum of RGB (Red+Green+Blue) = 162+69+119=350 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.29% from 350); Green value is 69 (27.34% from 255 or 19.71% from 350); Blue value is 119 (46.88% from 255 or 34% from 350); Max value from RGB is 162 - color contains mainly: red. Hex color #A24577 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24577 is #5DBA88. Grayscale: #666666. Windows color (decimal): -6142601 or 7816610. OLE color: 7816610.

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

Color convert

RGB16269119-
CMYK00.570.270.36
HSL327.74º40.26%45.29%-
HSV(B)327.74º57.41%63.53%-
XYZ20.3613.2718.94-
YUV102.51137.31170.43-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.29%
GREEN value IS 69 (27.34% from 255) = 19.71%
BLUE value IS 119 (46.88% from 255) = 34%
R=46.29%
G=19.71%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626911900.570.270.36327.7440.2645.29
HexA245770391B24148282d
Octal24210516707133445105055
Binary1010001010001011110111011100111011100100101001000101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24577; }

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

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

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

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

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

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

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

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