#A24C74

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

Shades of Royal Heath #A24C74

Tints of Royal Heath #A24C74

Color information

#A24C74 (or 0xA24C74) is unknown color: approx Royal Heath. HEX triplet: A2, 4C and 74. RGB value is (162,76,116). Sum of RGB (Red+Green+Blue) = 162+76+116=354 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.76% from 354); Green value is 76 (30.08% from 255 or 21.47% from 354); Blue value is 116 (45.70% from 255 or 32.77% from 354); Max value from RGB is 162 - color contains mainly: red. Hex color #A24C74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24C74 is #5DB38B. Grayscale: #6A6A6A. Windows color (decimal): -6140812 or 7621794. OLE color: 7621794.

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

Color convert

RGB16276116-
CMYK00.530.280.36
HSL332.09º36.13%46.67%-
HSV(B)332.09º53.09%63.53%-
XYZ20.6414.1118.16-
YUV106.27133.49167.75-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.76%
GREEN value IS 76 (30.08% from 255) = 21.47%
BLUE value IS 116 (45.70% from 255) = 32.77%
R=45.76%
G=21.47%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627611600.530.280.36332.0936.1346.67
HexA24C740351C2414c242f
Octal24211416406534445144457
Binary1010001010011001110100011010111100100100101001100100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24C74; }

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

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

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

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

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

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

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

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