Html Css Color HEX #A04779 Royal Heath

📋 copy color: '#A04779'

red 160 ◦ green 71 ◦ blue 121

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

Shades of Royal Heath #A04779

Tints of Royal Heath #A04779

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.17%

 BLUE value IS 121 (47.66% from 255) = 34.38%

R = 45.45%
G = 20.17%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A04779 (or 0xA04779) is known color: Royal Heath. HEX triplet: A0, 47 and 79. RGB value is (160,71,121). Sum of RGB (Red+Green+Blue) = 160+71+121=352 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.45% from 352); Green value is 71 (28.12% from 255 or 20.17% from 352); Blue value is 121 (47.66% from 255 or 34.38% from 352); Max value from RGB is 160 - color contains mainly: red. Hex color #A04779 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04779 is #5FB886. Grayscale: #676767. Windows color (decimal): -6273159 or 7948192. OLE color: 7948192.

HSL color Cylindrical-coordinate representation of color #A04779: hue angle of 326.29º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A04779 is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 71 121 -
CMYK 0 0.56 0.24 0.37
HSL 326.29º 0.39% 0.45% -
HSV(B) 326.29º 0.56% 0.63% -
XYZ 20.2 13.36 19.6 -
YUV 103.31 137.99 168.43 -
System Red Green Blue C M Y K H S L
Decimal 160 71 121 0 0.56 0.24 0.37 326.29 0.39 0.45
Hex A0 47 79 0 38 18 25 146 27 2D
Octal 240 107 171 0 70 30 45 506 47 55
Binary 10100000 1000111 1111001 0 111000 11000 100101 101000110 100111 101101

Color Harmonies of #A04779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04779

Black with #A04779

Text Example


Text Example

White with #A04779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04779; }

 p { color: rgb(160,71,121); }

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

background-color css

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

 a { background-color: rgb(160,71,121); }

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

border-color css

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

 span { border-color: rgb(160,71,121); }

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