#A24078

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

Shades of Royal Heath #A24078

Tints of Royal Heath #A24078

Color information

#A24078 (or 0xA24078) is unknown color: approx Royal Heath. HEX triplet: A2, 40 and 78. RGB value is (162,64,120). Sum of RGB (Red+Green+Blue) = 162+64+120=346 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.82% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 120 (47.27% from 255 or 34.68% from 346); Max value from RGB is 162 - color contains mainly: red. Hex color #A24078 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24078 is #5DBF87. Grayscale: #636363. Windows color (decimal): -6143880 or 7880866. OLE color: 7880866.

HSL color Cylindrical-coordinate representation of color #A24078: hue angle of 325.71º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A24078 is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB16264120-
CMYK00.600.260.36
HSL325.71º43.36%44.31%-
HSV(B)325.71º60.49%63.53%-
XYZ20.1212.719.16-
YUV99.69139.47172.45-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.82%
GREEN value IS 64 (25.39% from 255) = 18.50%
BLUE value IS 120 (47.27% from 255) = 34.68%
R=46.82%
G=18.50%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626412000.600.260.36325.7143.3644.31
HexA2407803C1A241462b2c
Octal24210017007432445065354
Binary1010001010000001111000011110011010100100101000110101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24078; }

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

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

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

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

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

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

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

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