#a24a75

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

Shades of Royal Heath #A24A75

Tints of Royal Heath #A24A75

Color information

#A24A75 (or 0xA24A75) is unknown color: approx Royal Heath. HEX triplet: A2, 4A and 75. RGB value is (162,74,117). Sum of RGB (Red+Green+Blue) = 162+74+117=353 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.89% from 353); Green value is 74 (29.30% from 255 or 20.96% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 162 - color contains mainly: red. Hex color #A24A75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24A75 is #5DB58A. Grayscale: #696969. Windows color (decimal): -6141323 or 7686818. OLE color: 7686818.

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

Color convert

RGB16274117-
CMYK00.540.280.36
HSL330.68º37.29%46.27%-
HSV(B)330.68º54.32%63.53%-
XYZ20.5613.8618.42-
YUV105.21134.65168.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.89%
GREEN value IS 74 (29.30% from 255) = 20.96%
BLUE value IS 117 (46.09% from 255) = 33.14%
R=45.89%
G=20.96%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627411700.540.280.36330.6837.2946.27
HexA24A750361C2414b252e
Octal24211216506634445134556
Binary1010001010010101110101011011011100100100101001011100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a24a75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a24a75; }

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

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

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

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

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

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

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

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