#A24676

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

Shades of Royal Heath #A24676

Tints of Royal Heath #A24676

Color information

#A24676 (or 0xA24676) is unknown color: approx Royal Heath. HEX triplet: A2, 46 and 76. RGB value is (162,70,118). Sum of RGB (Red+Green+Blue) = 162+70+118=350 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.29% from 350); Green value is 70 (27.73% from 255 or 20% from 350); Blue value is 118 (46.48% from 255 or 33.71% from 350); Max value from RGB is 162 - color contains mainly: red. Hex color #A24676 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24676 is #5DB989. Grayscale: #666666. Windows color (decimal): -6142346 or 7751330. OLE color: 7751330.

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

Color convert

RGB16270118-
CMYK00.570.270.36
HSL328.7º39.66%45.49%-
HSV(B)328.7º56.79%63.53%-
XYZ20.3613.3718.65-
YUV102.98136.48170.1-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.29%
GREEN value IS 70 (27.73% from 255) = 20%
BLUE value IS 118 (46.48% from 255) = 33.71%
R=46.29%
G=20%
B=33.71%

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
Decimal1627011800.570.270.36328.739.6645.49
HexA246760391B24149282d
Octal24210616607133445115055
Binary1010001010001101110110011100111011100100101001001101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24676; }

 p { color: rgb(162,70,118); }

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

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

 a { background-color: rgb(162,70,118); }

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

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

 span { border-color: rgb(162,70,118); }

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