Html Css Color HEX #A24876 Royal Heath

📋 copy color: '#A24876'

red 162 ◦ green 72 ◦ blue 118

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

Shades of Royal Heath #A24876

Tints of Royal Heath #A24876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 33.52%

R = 46.02%
G = 20.45%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A24876 (or 0xA24876) is known color: Royal Heath. HEX triplet: A2, 48 and 76. RGB value is (162,72,118). Sum of RGB (Red+Green+Blue) = 162+72+118=352 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.02% from 352); Green value is 72 (28.52% from 255 or 20.45% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 162 - color contains mainly: red. Hex color #A24876 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24876 is #5DB789. Grayscale: #686868. Windows color (decimal): -6141834 or 7751842. OLE color: 7751842.

HSL color Cylindrical-coordinate representation of color #A24876: hue angle of 329.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 #A24876 is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 72 118 -
CMYK 0 0.56 0.27 0.36
HSL 329.33º 0.38% 0.46% -
HSV(B) 329.33º 0.56% 0.64% -
XYZ 20.49 13.62 18.69 -
YUV 104.15 135.82 169.26 -
System Red Green Blue C M Y K H S L
Decimal 162 72 118 0 0.56 0.27 0.36 329.33 0.38 0.46
Hex A2 48 76 0 38 1B 24 149 26 2E
Octal 242 110 166 0 70 33 44 511 46 56
Binary 10100010 1001000 1110110 0 111000 11011 100100 101001001 100110 101110

Color Harmonies of #A24876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24876

Black with #A24876

Text Example


Text Example

White with #A24876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24876; }

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

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

background-color css

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

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

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

border-color css

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

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

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