Html Css Color HEX #A55474 Royal Heath

📋 copy color: '#A55474'

red 165 ◦ green 84 ◦ blue 116

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

Shades of Royal Heath #A55474

Tints of Royal Heath #A55474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.78%

R = 45.21%
G = 23.01%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A55474 (or 0xA55474) is known color: Royal Heath. HEX triplet: A5, 54 and 74. RGB value is (165,84,116). Sum of RGB (Red+Green+Blue) = 165+84+116=365 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.21% from 365); Green value is 84 (33.20% from 255 or 23.01% from 365); Blue value is 116 (45.70% from 255 or 31.78% from 365); Max value from RGB is 165 - color contains mainly: red. Hex color #A55474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55474 is #5AAB8B. Grayscale: #6F6F6F. Windows color (decimal): -5942156 or 7623845. OLE color: 7623845.

HSL color Cylindrical-coordinate representation of color #A55474: hue angle of 336.3º 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 #A55474 is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 84 116 -
CMYK 0 0.49 0.30 0.35
HSL 336.3º 0.33% 0.49% -
HSV(B) 336.3º 0.49% 0.65% -
XYZ 21.84 15.6 18.38 -
YUV 111.87 130.34 165.9 -
System Red Green Blue C M Y K H S L
Decimal 165 84 116 0 0.49 0.30 0.35 336.3 0.33 0.49
Hex A5 54 74 0 31 1E 23 150 21 31
Octal 245 124 164 0 61 36 43 520 41 61
Binary 10100101 1010100 1110100 0 110001 11110 100011 101010000 100001 110001

Color Harmonies of #A55474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55474

Black with #A55474

Text Example


Text Example

White with #A55474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55474; }

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

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

background-color css

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

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

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

border-color css

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

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

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