#A55472

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

Shades of Royal Heath #A55472

Tints of Royal Heath #A55472

Color information

#A55472 (or 0xA55472) is unknown color: approx Royal Heath. HEX triplet: A5, 54 and 72. RGB value is (165,84,114). Sum of RGB (Red+Green+Blue) = 165+84+114=363 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.45% from 363); Green value is 84 (33.20% from 255 or 23.14% from 363); Blue value is 114 (44.92% from 255 or 31.40% from 363); Max value from RGB is 165 - color contains mainly: red. Hex color #A55472 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55472 is #5AAB8D. Grayscale: #6F6F6F. Windows color (decimal): -5942158 or 7492773. OLE color: 7492773.

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

Color convert

RGB16584114-
CMYK00.490.310.35
HSL337.78º32.53%48.82%-
HSV(B)337.78º49.09%64.71%-
XYZ21.7215.5517.78-
YUV111.64129.34166.06-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.45%
GREEN value IS 84 (33.20% from 255) = 23.14%
BLUE value IS 114 (44.92% from 255) = 31.40%
R=45.45%
G=23.14%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658411400.490.310.35337.7832.5348.82
HexA554720311F231522131
Octal24512416206137435224161
Binary1010010110101001110010011000111111100011101010010100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55472; }

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

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

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

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

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

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

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

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