Html Css Color HEX #A24879 Royal Heath

📋 copy color: '#A24879'

red 162 ◦ green 72 ◦ blue 121

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

Shades of Royal Heath #A24879

Tints of Royal Heath #A24879

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.28%

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

R = 45.63%
G = 20.28%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A24879 (or 0xA24879) is known color: Royal Heath. HEX triplet: A2, 48 and 79. RGB value is (162,72,121). Sum of RGB (Red+Green+Blue) = 162+72+121=355 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.63% from 355); Green value is 72 (28.52% from 255 or 20.28% from 355); Blue value is 121 (47.66% from 255 or 34.08% from 355); Max value from RGB is 162 - color contains mainly: red. Hex color #A24879 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24879 is #5DB786. Grayscale: #686868. Windows color (decimal): -6141831 or 7948450. OLE color: 7948450.

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

Color convert

RGB 162 72 121 -
CMYK 0 0.56 0.25 0.36
HSL 327.33º 0.38% 0.46% -
HSV(B) 327.33º 0.56% 0.64% -
XYZ 20.67 13.7 19.64 -
YUV 104.5 137.32 169.02 -
System Red Green Blue C M Y K H S L
Decimal 162 72 121 0 0.56 0.25 0.36 327.33 0.38 0.46
Hex A2 48 79 0 38 19 24 147 26 2E
Octal 242 110 171 0 70 31 44 507 46 56
Binary 10100010 1001000 1111001 0 111000 11001 100100 101000111 100110 101110

Color Harmonies of #A24879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24879

Black with #A24879

Text Example


Text Example

White with #A24879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24879; }

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

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

background-color css

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

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

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

border-color css

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

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

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