#A55474

Color #A55474 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #A55474

Tints of Royal Heath #A55474

Color information

#A55474 (or 0xA55474) is unknown color: approx 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

RGB16584116-
CMYK00.490.300.35
HSL336.3º32.53%48.82%-
HSV(B)336.3º49.09%64.71%-
XYZ21.8415.618.38-
YUV111.87130.34165.9-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.21%
GREEN value IS 84 (33.20% from 255) = 23.01%
BLUE value IS 116 (45.70% from 255) = 31.78%
R=45.21%
G=23.01%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658411600.490.300.35336.332.5348.82
HexA554740311E231502131
Octal24512416406136435204161
Binary1010010110101001110100011000111110100011101010000100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>