Html Css Color HEX #A24979 Royal Heath

📋 copy color: '#A24979'

red 162 ◦ green 73 ◦ blue 121

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

Shades of Royal Heath #A24979

Tints of Royal Heath #A24979

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.51%

 BLUE value IS 121 (47.66% from 255) = 33.99%

R = 45.51%
G = 20.51%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A24979 (or 0xA24979) is known color: Royal Heath. HEX triplet: A2, 49 and 79. RGB value is (162,73,121). Sum of RGB (Red+Green+Blue) = 162+73+121=356 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.51% from 356); Green value is 73 (28.91% from 255 or 20.51% from 356); Blue value is 121 (47.66% from 255 or 33.99% from 356); Max value from RGB is 162 - color contains mainly: red. Hex color #A24979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24979 is #5DB686. Grayscale: #686868. Windows color (decimal): -6141575 or 7948706. OLE color: 7948706.

HSL color Cylindrical-coordinate representation of color #A24979: hue angle of 327.64º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A24979 is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 73 121 -
CMYK 0 0.55 0.25 0.36
HSL 327.64º 0.38% 0.46% -
HSV(B) 327.64º 0.55% 0.64% -
XYZ 20.73 13.83 19.67 -
YUV 105.08 136.99 168.6 -
System Red Green Blue C M Y K H S L
Decimal 162 73 121 0 0.55 0.25 0.36 327.64 0.38 0.46
Hex A2 49 79 0 37 19 24 148 26 2E
Octal 242 111 171 0 67 31 44 510 46 56
Binary 10100010 1001001 1111001 0 110111 11001 100100 101001000 100110 101110

Color Harmonies of #A24979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24979

Black with #A24979

Text Example


Text Example

White with #A24979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24979; }

 p { color: rgb(162,73,121); }

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

background-color css

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

 a { background-color: rgb(162,73,121); }

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

border-color css

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

 span { border-color: rgb(162,73,121); }

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