#A24A78

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

Shades of Royal Heath #A24A78

Tints of Royal Heath #A24A78

Color information

#A24A78 (or 0xA24A78) is unknown color: approx Royal Heath. HEX triplet: A2, 4A and 78. RGB value is (162,74,120). Sum of RGB (Red+Green+Blue) = 162+74+120=356 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.51% from 356); Green value is 74 (29.30% from 255 or 20.79% from 356); Blue value is 120 (47.27% from 255 or 33.71% from 356); Max value from RGB is 162 - color contains mainly: red. Hex color #A24A78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24A78 is #5DB587. Grayscale: #696969. Windows color (decimal): -6141320 or 7883426. OLE color: 7883426.

HSL color Cylindrical-coordinate representation of color #A24A78: hue angle of 328.64º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A24A78 is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB16274120-
CMYK00.540.260.36
HSL328.64º37.29%46.27%-
HSV(B)328.64º54.32%63.53%-
XYZ20.7413.9419.37-
YUV105.56136.15168.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.51%
GREEN value IS 74 (29.30% from 255) = 20.79%
BLUE value IS 120 (47.27% from 255) = 33.71%
R=45.51%
G=20.79%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627412000.540.260.36328.6437.2946.27
HexA24A780361A24149252e
Octal24211217006632445114556
Binary1010001010010101111000011011011010100100101001001100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24A78; }

 p { color: rgb(162,74,120); }

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

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

 a { background-color: rgb(162,74,120); }

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

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

 span { border-color: rgb(162,74,120); }

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