Html Css Color HEX #A04F7C Royal Heath

📋 copy color: '#A04F7C'

red 160 ◦ green 79 ◦ blue 124

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

Shades of Royal Heath #A04F7C

Tints of Royal Heath #A04F7C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.76%

 BLUE value IS 124 (48.83% from 255) = 34.16%

R = 44.08%
G = 21.76%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A04F7C (or 0xA04F7C) is known color: Royal Heath. HEX triplet: A0, 4F and 7C. RGB value is (160,79,124). Sum of RGB (Red+Green+Blue) = 160+79+124=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 79 (31.25% from 255 or 21.76% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 160 - color contains mainly: red. Hex color #A04F7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A04F7C is #5FB083. Grayscale: #6C6C6C. Windows color (decimal): -6271108 or 8146848. OLE color: 8146848.

HSL color Cylindrical-coordinate representation of color #A04F7C: hue angle of 326.67º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A04F7C is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 79 124 -
CMYK 0 0.51 0.22 0.37
HSL 326.67º 0.34% 0.47% -
HSV(B) 326.67º 0.51% 0.63% -
XYZ 20.93 14.52 20.77 -
YUV 108.35 136.84 164.84 -
System Red Green Blue C M Y K H S L
Decimal 160 79 124 0 0.51 0.22 0.37 326.67 0.34 0.47
Hex A0 4F 7C 0 33 16 25 147 22 2F
Octal 240 117 174 0 63 26 45 507 42 57
Binary 10100000 1001111 1111100 0 110011 10110 100101 101000111 100010 101111

Color Harmonies of #A04F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04F7C

Black with #A04F7C

Text Example


Text Example

White with #A04F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04F7C; }

 p { color: rgb(160,79,124); }

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

background-color css

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

 a { background-color: rgb(160,79,124); }

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

border-color css

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

 span { border-color: rgb(160,79,124); }

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