Html Css Color HEX #A04F7A Royal Heath

📋 copy color: '#A04F7A'

red 160 ◦ green 79 ◦ blue 122

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

Shades of Royal Heath #A04F7A

Tints of Royal Heath #A04F7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.8%

R = 44.32%
G = 21.88%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A04F7A (or 0xA04F7A) is known color: Royal Heath. HEX triplet: A0, 4F and 7A. RGB value is (160,79,122). Sum of RGB (Red+Green+Blue) = 160+79+122=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 79 (31.25% from 255 or 21.88% from 361); Blue value is 122 (48.05% from 255 or 33.80% from 361); Max value from RGB is 160 - color contains mainly: red. Hex color #A04F7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A04F7A is #5FB085. Grayscale: #6C6C6C. Windows color (decimal): -6271110 or 8015776. OLE color: 8015776.

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

Color convert

RGB 160 79 122 -
CMYK 0 0.51 0.24 0.37
HSL 328.15º 0.34% 0.47% -
HSV(B) 328.15º 0.51% 0.63% -
XYZ 20.81 14.47 20.11 -
YUV 108.12 135.84 165 -
System Red Green Blue C M Y K H S L
Decimal 160 79 122 0 0.51 0.24 0.37 328.15 0.34 0.47
Hex A0 4F 7A 0 33 18 25 148 22 2F
Octal 240 117 172 0 63 30 45 510 42 57
Binary 10100000 1001111 1111010 0 110011 11000 100101 101001000 100010 101111

Color Harmonies of #A04F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04F7A

Black with #A04F7A

Text Example


Text Example

White with #A04F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04F7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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