Html Css Color HEX #A04476 Royal Heath

📋 copy color: '#A04476'

red 160 ◦ green 68 ◦ blue 118

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

Shades of Royal Heath #A04476

Tints of Royal Heath #A04476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 34.1%

R = 46.24%
G = 19.65%
B = 34.1%

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

#A04476 (or 0xA04476) is known color: Royal Heath. HEX triplet: A0, 44 and 76. RGB value is (160,68,118). Sum of RGB (Red+Green+Blue) = 160+68+118=346 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.24% from 346); Green value is 68 (26.95% from 255 or 19.65% from 346); Blue value is 118 (46.48% from 255 or 34.10% from 346); Max value from RGB is 160 - color contains mainly: red. Hex color #A04476 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04476 is #5FBB89. Grayscale: #656565. Windows color (decimal): -6273930 or 7750816. OLE color: 7750816.

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

Color convert

RGB 160 68 118 -
CMYK 0 0.57 0.26 0.37
HSL 327.39º 0.4% 0.45% -
HSV(B) 327.39º 0.58% 0.63% -
XYZ 19.83 12.92 18.59 -
YUV 101.21 137.48 169.93 -
System Red Green Blue C M Y K H S L
Decimal 160 68 118 0 0.57 0.26 0.37 327.39 0.4 0.45
Hex A0 44 76 0 39 1A 25 147 28 2D
Octal 240 104 166 0 71 32 45 507 50 55
Binary 10100000 1000100 1110110 0 111001 11010 100101 101000111 101000 101101

Color Harmonies of #A04476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04476

Black with #A04476

Text Example


Text Example

White with #A04476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04476; }

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

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

background-color css

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

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

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

border-color css

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

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

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