Html Css Color HEX #A04777 Royal Heath

📋 copy color: '#A04777'

red 160 ◦ green 71 ◦ blue 119

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

Shades of Royal Heath #A04777

Tints of Royal Heath #A04777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 34%

R = 45.71%
G = 20.29%
B = 34%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#A04777 (or 0xA04777) is known color: Royal Heath. HEX triplet: A0, 47 and 77. RGB value is (160,71,119). Sum of RGB (Red+Green+Blue) = 160+71+119=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 71 (28.12% from 255 or 20.29% from 350); Blue value is 119 (46.88% from 255 or 34% from 350); Max value from RGB is 160 - color contains mainly: red. Hex color #A04777 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04777 is #5FB888. Grayscale: #666666. Windows color (decimal): -6273161 or 7817120. OLE color: 7817120.

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

Color convert

RGB 160 71 119 -
CMYK 0 0.56 0.26 0.37
HSL 327.64º 0.39% 0.45% -
HSV(B) 327.64º 0.56% 0.63% -
XYZ 20.08 13.31 18.96 -
YUV 103.08 136.99 168.6 -
System Red Green Blue C M Y K H S L
Decimal 160 71 119 0 0.56 0.26 0.37 327.64 0.39 0.45
Hex A0 47 77 0 38 1A 25 148 27 2D
Octal 240 107 167 0 70 32 45 510 47 55
Binary 10100000 1000111 1110111 0 111000 11010 100101 101001000 100111 101101

Color Harmonies of #A04777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04777

Black with #A04777

Text Example


Text Example

White with #A04777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04777; }

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

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

background-color css

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

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

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

border-color css

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

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

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