Html Css Color HEX #A24D71 Royal Heath

📋 copy color: '#A24D71'

red 162 ◦ green 77 ◦ blue 113

#A24D71
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Heath #A24D71

Tints of Royal Heath #A24D71

RGB

 RED value IS 162 (63.67% from 255) = 46.02%

 GREEN value IS 77 (30.47% from 255) = 21.88%

 BLUE value IS 113 (44.53% from 255) = 32.1%

R = 46.02%
G = 21.88%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A24D71 (or 0xA24D71) is known color: Royal Heath. HEX triplet: A2, 4D and 71. RGB value is (162,77,113). Sum of RGB (Red+Green+Blue) = 162+77+113=352 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.02% from 352); Green value is 77 (30.47% from 255 or 21.88% from 352); Blue value is 113 (44.53% from 255 or 32.10% from 352); Max value from RGB is 162 - color contains mainly: red. Hex color #A24D71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A24D71 is #5DB28E. Grayscale: #6A6A6A. Windows color (decimal): -6140559 or 7425442. OLE color: 7425442.

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

Color convert

RGB 162 77 113 -
CMYK 0 0.52 0.30 0.36
HSL 334.59º 0.36% 0.47% -
HSV(B) 334.59º 0.52% 0.64% -
XYZ 20.53 14.18 17.28 -
YUV 106.52 131.66 167.57 -
System Red Green Blue C M Y K H S L
Decimal 162 77 113 0 0.52 0.30 0.36 334.59 0.36 0.47
Hex A2 4D 71 0 34 1E 24 14F 24 2F
Octal 242 115 161 0 64 36 44 517 44 57
Binary 10100010 1001101 1110001 0 110100 11110 100100 101001111 100100 101111

Color Harmonies of #A24D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24D71

Black with #A24D71

Text Example


Text Example

White with #A24D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24D71; }

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

 H1.HeaderClassName
 {
   color: #A24D71;
 }
 .AnyTagClassName
 {
   color: #A24D71;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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