Html Css Color HEX #A04D78 Royal Heath

📋 copy color: '#A04D78'

red 160 ◦ green 77 ◦ blue 120

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

Shades of Royal Heath #A04D78

Tints of Royal Heath #A04D78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 33.61%

R = 44.82%
G = 21.57%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#A04D78 (or 0xA04D78) is known color: Royal Heath. HEX triplet: A0, 4D and 78. RGB value is (160,77,120). Sum of RGB (Red+Green+Blue) = 160+77+120=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 77 (30.47% from 255 or 21.57% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 160 - color contains mainly: red. Hex color #A04D78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A04D78 is #5FB287. Grayscale: #6A6A6A. Windows color (decimal): -6271624 or 7884192. OLE color: 7884192.

HSL color Cylindrical-coordinate representation of color #A04D78: hue angle of 328.92º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A04D78 is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 77 120 -
CMYK 0 0.52 0.25 0.37
HSL 328.92º 0.35% 0.46% -
HSV(B) 328.92º 0.52% 0.63% -
XYZ 20.54 14.14 19.42 -
YUV 106.72 135.5 166 -
System Red Green Blue C M Y K H S L
Decimal 160 77 120 0 0.52 0.25 0.37 328.92 0.35 0.46
Hex A0 4D 78 0 34 19 25 149 23 2E
Octal 240 115 170 0 64 31 45 511 43 56
Binary 10100000 1001101 1111000 0 110100 11001 100101 101001001 100011 101110

Color Harmonies of #A04D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04D78

Black with #A04D78

Text Example


Text Example

White with #A04D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04D78; }

 p { color: rgb(160,77,120); }

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

background-color css

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

 a { background-color: rgb(160,77,120); }

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

border-color css

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

 span { border-color: rgb(160,77,120); }

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