Html Css Color HEX #A55476 Royal Heath

📋 copy color: '#A55476'

red 165 ◦ green 84 ◦ blue 118

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

Shades of Royal Heath #A55476

Tints of Royal Heath #A55476

RGB

 RED value IS 165 (64.84% from 255) = 44.96%

 GREEN value IS 84 (33.2% from 255) = 22.89%

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

R = 44.96%
G = 22.89%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A55476 (or 0xA55476) is known color: Royal Heath. HEX triplet: A5, 54 and 76. RGB value is (165,84,118). Sum of RGB (Red+Green+Blue) = 165+84+118=367 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.96% from 367); Green value is 84 (33.20% from 255 or 22.89% from 367); Blue value is 118 (46.48% from 255 or 32.15% from 367); Max value from RGB is 165 - color contains mainly: red. Hex color #A55476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55476 is #5AAB89. Grayscale: #707070. Windows color (decimal): -5942154 or 7754917. OLE color: 7754917.

HSL color Cylindrical-coordinate representation of color #A55476: hue angle of 334.81º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A55476 is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 84 118 -
CMYK 0 0.49 0.28 0.35
HSL 334.81º 0.33% 0.49% -
HSV(B) 334.81º 0.49% 0.65% -
XYZ 21.96 15.65 19 -
YUV 112.1 131.34 165.74 -
System Red Green Blue C M Y K H S L
Decimal 165 84 118 0 0.49 0.28 0.35 334.81 0.33 0.49
Hex A5 54 76 0 31 1C 23 14F 21 31
Octal 245 124 166 0 61 34 43 517 41 61
Binary 10100101 1010100 1110110 0 110001 11100 100011 101001111 100001 110001

Color Harmonies of #A55476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55476

Black with #A55476

Text Example


Text Example

White with #A55476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55476; }

 p { color: rgb(165,84,118); }

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

background-color css

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

 a { background-color: rgb(165,84,118); }

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

border-color css

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

 span { border-color: rgb(165,84,118); }

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