Html Css Color HEX #A04876 Royal Heath

📋 copy color: '#A04876'

red 160 ◦ green 72 ◦ blue 118

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

Shades of Royal Heath #A04876

Tints of Royal Heath #A04876

RGB

 RED value IS 160 (62.89% from 255) = 45.71%

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

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

R = 45.71%
G = 20.57%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#A04876 (or 0xA04876) is known color: Royal Heath. HEX triplet: A0, 48 and 76. RGB value is (160,72,118). Sum of RGB (Red+Green+Blue) = 160+72+118=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 72 (28.52% from 255 or 20.57% from 350); Blue value is 118 (46.48% from 255 or 33.71% from 350); Max value from RGB is 160 - color contains mainly: red. Hex color #A04876 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04876 is #5FB789. Grayscale: #676767. Windows color (decimal): -6272906 or 7751840. OLE color: 7751840.

HSL color Cylindrical-coordinate representation of color #A04876: hue angle of 328.64º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A04876 is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 72 118 -
CMYK 0 0.55 0.26 0.37
HSL 328.64º 0.38% 0.45% -
HSV(B) 328.64º 0.55% 0.63% -
XYZ 20.08 13.42 18.67 -
YUV 103.56 136.15 168.26 -
System Red Green Blue C M Y K H S L
Decimal 160 72 118 0 0.55 0.26 0.37 328.64 0.38 0.45
Hex A0 48 76 0 37 1A 25 149 26 2D
Octal 240 110 166 0 67 32 45 511 46 55
Binary 10100000 1001000 1110110 0 110111 11010 100101 101001001 100110 101101

Color Harmonies of #A04876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04876

Black with #A04876

Text Example


Text Example

White with #A04876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04876; }

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

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

background-color css

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

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

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

border-color css

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

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

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