#a55480

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

Shades of Royal Heath #A55480

Tints of Royal Heath #A55480

Color information

#A55480 (or 0xA55480) is unknown color: approx Royal Heath. HEX triplet: A5, 54 and 80. RGB value is (165,84,128). Sum of RGB (Red+Green+Blue) = 165+84+128=377 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.77% from 377); Green value is 84 (33.20% from 255 or 22.28% from 377); Blue value is 128 (50.39% from 255 or 33.95% from 377); Max value from RGB is 165 - color contains mainly: red. Hex color #A55480 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55480 is #5AAB7F. Grayscale: #717171. Windows color (decimal): -5942144 or 8410277. OLE color: 8410277.

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

Color convert

RGB16584128-
CMYK00.490.220.35
HSL327.41º32.53%48.82%-
HSV(B)327.41º49.09%64.71%-
XYZ22.5815.922.3-
YUV113.24136.34164.92-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.77%
GREEN value IS 84 (33.20% from 255) = 22.28%
BLUE value IS 128 (50.39% from 255) = 33.95%
R=43.77%
G=22.28%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658412800.490.220.35327.4132.5348.82
HexA5548003116231472131
Octal24512420006126435074161
Binary10100101101010010000000011000110110100011101000111100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a55480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a55480; }

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

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

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

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

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

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

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

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