#A55475

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

Shades of Royal Heath #A55475

Tints of Royal Heath #A55475

Color information

#A55475 (or 0xA55475) is unknown color: approx Royal Heath. HEX triplet: A5, 54 and 75. RGB value is (165,84,117). Sum of RGB (Red+Green+Blue) = 165+84+117=366 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.08% from 366); Green value is 84 (33.20% from 255 or 22.95% from 366); Blue value is 117 (46.09% from 255 or 31.97% from 366); Max value from RGB is 165 - color contains mainly: red. Hex color #A55475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55475 is #5AAB8A. Grayscale: #6F6F6F. Windows color (decimal): -5942155 or 7689381. OLE color: 7689381.

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

Color convert

RGB16584117-
CMYK00.490.290.35
HSL335.56º32.53%48.82%-
HSV(B)335.56º49.09%64.71%-
XYZ21.915.6218.69-
YUV111.98130.84165.82-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.08%
GREEN value IS 84 (33.20% from 255) = 22.95%
BLUE value IS 117 (46.09% from 255) = 31.97%
R=45.08%
G=22.95%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658411700.490.290.35335.5632.5348.82
HexA554750311D231502131
Octal24512416506135435204161
Binary1010010110101001110101011000111101100011101010000100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55475; }

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

 H1.HeaderClassName
 {
   color: #A55475;
 }
 .AnyTagClassName
 {
   color: #A55475;
 }
</style>
background-color css

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

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

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

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

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

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