Html Css Color HEX #A04F72 Royal Heath

📋 copy color: '#A04F72'

red 160 ◦ green 79 ◦ blue 114

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

Shades of Royal Heath #A04F72

Tints of Royal Heath #A04F72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.29%

R = 45.33%
G = 22.38%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A04F72 (or 0xA04F72) is known color: Royal Heath. HEX triplet: A0, 4F and 72. RGB value is (160,79,114). Sum of RGB (Red+Green+Blue) = 160+79+114=353 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.33% from 353); Green value is 79 (31.25% from 255 or 22.38% from 353); Blue value is 114 (44.92% from 255 or 32.29% from 353); Max value from RGB is 160 - color contains mainly: red. Hex color #A04F72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A04F72 is #5FB08D. Grayscale: #6B6B6B. Windows color (decimal): -6271118 or 7491488. OLE color: 7491488.

HSL color Cylindrical-coordinate representation of color #A04F72: hue angle of 334.07º 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 #A04F72 is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 79 114 -
CMYK 0 0.51 0.29 0.37
HSL 334.07º 0.34% 0.47% -
HSV(B) 334.07º 0.51% 0.63% -
XYZ 20.33 14.28 17.6 -
YUV 107.21 131.84 165.65 -
System Red Green Blue C M Y K H S L
Decimal 160 79 114 0 0.51 0.29 0.37 334.07 0.34 0.47
Hex A0 4F 72 0 33 1D 25 14E 22 2F
Octal 240 117 162 0 63 35 45 516 42 57
Binary 10100000 1001111 1110010 0 110011 11101 100101 101001110 100010 101111

Color Harmonies of #A04F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04F72

Black with #A04F72

Text Example


Text Example

White with #A04F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04F72; }

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

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

background-color css

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

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

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

border-color css

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

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

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