Html Css Color HEX #A04F7E Royal Heath

📋 copy color: '#A04F7E'

red 160 ◦ green 79 ◦ blue 126

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

Shades of Royal Heath #A04F7E

Tints of Royal Heath #A04F7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.52%

R = 43.84%
G = 21.64%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#A04F7E (or 0xA04F7E) is known color: Royal Heath. HEX triplet: A0, 4F and 7E. RGB value is (160,79,126). Sum of RGB (Red+Green+Blue) = 160+79+126=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 79 (31.25% from 255 or 21.64% from 365); Blue value is 126 (49.61% from 255 or 34.52% from 365); Max value from RGB is 160 - color contains mainly: red. Hex color #A04F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A04F7E is #5FB081. Grayscale: #6C6C6C. Windows color (decimal): -6271106 or 8277920. OLE color: 8277920.

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

Color convert

RGB 160 79 126 -
CMYK 0 0.51 0.21 0.37
HSL 325.19º 0.34% 0.47% -
HSV(B) 325.19º 0.51% 0.63% -
XYZ 21.06 14.57 21.44 -
YUV 108.58 137.84 164.68 -
System Red Green Blue C M Y K H S L
Decimal 160 79 126 0 0.51 0.21 0.37 325.19 0.34 0.47
Hex A0 4F 7E 0 33 15 25 145 22 2F
Octal 240 117 176 0 63 25 45 505 42 57
Binary 10100000 1001111 1111110 0 110011 10101 100101 101000101 100010 101111

Color Harmonies of #A04F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04F7E

Black with #A04F7E

Text Example


Text Example

White with #A04F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04F7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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