#A24D75

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

Shades of Royal Heath #A24D75

Tints of Royal Heath #A24D75

Color information

#A24D75 (or 0xA24D75) is unknown color: approx Royal Heath. HEX triplet: A2, 4D and 75. RGB value is (162,77,117). Sum of RGB (Red+Green+Blue) = 162+77+117=356 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.51% from 356); Green value is 77 (30.47% from 255 or 21.63% from 356); Blue value is 117 (46.09% from 255 or 32.87% from 356); Max value from RGB is 162 - color contains mainly: red. Hex color #A24D75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A24D75 is #5DB28A. Grayscale: #6A6A6A. Windows color (decimal): -6140555 or 7687586. OLE color: 7687586.

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

Color convert

RGB16277117-
CMYK00.520.280.36
HSL331.76º35.56%46.86%-
HSV(B)331.76º52.47%63.53%-
XYZ20.7714.2718.49-
YUV106.98133.66167.25-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.51%
GREEN value IS 77 (30.47% from 255) = 21.63%
BLUE value IS 117 (46.09% from 255) = 32.87%
R=45.51%
G=21.63%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627711700.520.280.36331.7635.5646.86
HexA24D750341C2414c242f
Octal24211516506434445144457
Binary1010001010011011110101011010011100100100101001100100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24D75; }

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

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

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

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

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

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

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

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