Html Css Color HEX #A24D70 Royal Heath

📋 copy color: '#A24D70'

red 162 ◦ green 77 ◦ blue 112

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

Shades of Royal Heath #A24D70

Tints of Royal Heath #A24D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 31.91%

R = 46.15%
G = 21.94%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A24D70 (or 0xA24D70) is known color: Royal Heath. HEX triplet: A2, 4D and 70. RGB value is (162,77,112). Sum of RGB (Red+Green+Blue) = 162+77+112=351 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.15% from 351); Green value is 77 (30.47% from 255 or 21.94% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 162 - color contains mainly: red. Hex color #A24D70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A24D70 is #5DB28F. Grayscale: #6A6A6A. Windows color (decimal): -6140560 or 7359906. OLE color: 7359906.

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

Color convert

RGB 162 77 112 -
CMYK 0 0.52 0.31 0.36
HSL 335.29º 0.36% 0.47% -
HSV(B) 335.29º 0.52% 0.64% -
XYZ 20.48 14.16 16.98 -
YUV 106.41 131.16 167.65 -
System Red Green Blue C M Y K H S L
Decimal 162 77 112 0 0.52 0.31 0.36 335.29 0.36 0.47
Hex A2 4D 70 0 34 1F 24 14F 24 2F
Octal 242 115 160 0 64 37 44 517 44 57
Binary 10100010 1001101 1110000 0 110100 11111 100100 101001111 100100 101111

Color Harmonies of #A24D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24D70

Black with #A24D70

Text Example


Text Example

White with #A24D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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