#A24476

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

Shades of Royal Heath #A24476

Tints of Royal Heath #A24476

Color information

#A24476 (or 0xA24476) is unknown color: approx Royal Heath. HEX triplet: A2, 44 and 76. RGB value is (162,68,118). Sum of RGB (Red+Green+Blue) = 162+68+118=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 68 (26.95% from 255 or 19.54% from 348); Blue value is 118 (46.48% from 255 or 33.91% from 348); Max value from RGB is 162 - color contains mainly: red. Hex color #A24476 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24476 is #5DBB89. Grayscale: #656565. Windows color (decimal): -6142858 or 7750818. OLE color: 7750818.

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

Color convert

RGB16268118-
CMYK00.580.270.36
HSL328.09º40.87%45.1%-
HSV(B)328.09º58.02%63.53%-
XYZ20.2413.1218.61-
YUV101.81137.14170.93-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.55%
GREEN value IS 68 (26.95% from 255) = 19.54%
BLUE value IS 118 (46.48% from 255) = 33.91%
R=46.55%
G=19.54%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626811800.580.270.36328.0940.8745.1
HexA2447603A1B24148292d
Octal24210416607233445105155
Binary1010001010001001110110011101011011100100101001000101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24476; }

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

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

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

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

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

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

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

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