#A24375

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

Shades of Royal Heath #A24375

Tints of Royal Heath #A24375

Color information

#A24375 (or 0xA24375) is unknown color: approx Royal Heath. HEX triplet: A2, 43 and 75. RGB value is (162,67,117). Sum of RGB (Red+Green+Blue) = 162+67+117=346 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.82% from 346); Green value is 67 (26.56% from 255 or 19.36% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 162 - color contains mainly: red. Hex color #A24375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24375 is #5DBC8A. Grayscale: #656565. Windows color (decimal): -6143115 or 7685026. OLE color: 7685026.

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

Color convert

RGB16267117-
CMYK00.590.280.36
HSL328.42º41.48%44.9%-
HSV(B)328.42º58.64%63.53%-
XYZ20.1212.9818.27-
YUV101.1136.97171.43-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.82%
GREEN value IS 67 (26.56% from 255) = 19.36%
BLUE value IS 117 (46.09% from 255) = 33.82%
R=46.82%
G=19.36%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626711700.590.280.36328.4241.4844.9
HexA2437503B1C24148292d
Octal24210316507334445105155
Binary1010001010000111110101011101111100100100101001000101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24375; }

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

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

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

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

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

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

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

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