Html Css Color HEX #A04477 Royal Heath

📋 copy color: '#A04477'

red 160 ◦ green 68 ◦ blue 119

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

Shades of Royal Heath #A04477

Tints of Royal Heath #A04477

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.6%

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

R = 46.11%
G = 19.6%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#A04477 (or 0xA04477) is known color: Royal Heath. HEX triplet: A0, 44 and 77. RGB value is (160,68,119). Sum of RGB (Red+Green+Blue) = 160+68+119=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 68 (26.95% from 255 or 19.60% from 347); Blue value is 119 (46.88% from 255 or 34.29% from 347); Max value from RGB is 160 - color contains mainly: red. Hex color #A04477 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04477 is #5FBB88. Grayscale: #656565. Windows color (decimal): -6273929 or 7816352. OLE color: 7816352.

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

Color convert

RGB 160 68 119 -
CMYK 0 0.57 0.26 0.37
HSL 326.74º 0.4% 0.45% -
HSV(B) 326.74º 0.58% 0.63% -
XYZ 19.89 12.94 18.9 -
YUV 101.32 137.98 169.85 -
System Red Green Blue C M Y K H S L
Decimal 160 68 119 0 0.57 0.26 0.37 326.74 0.4 0.45
Hex A0 44 77 0 39 1A 25 147 28 2D
Octal 240 104 167 0 71 32 45 507 50 55
Binary 10100000 1000100 1110111 0 111001 11010 100101 101000111 101000 101101

Color Harmonies of #A04477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04477

Black with #A04477

Text Example


Text Example

White with #A04477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04477; }

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

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

background-color css

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

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

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

border-color css

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

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

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