#A55179

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

Shades of Royal Heath #A55179

Tints of Royal Heath #A55179

Color information

#A55179 (or 0xA55179) is unknown color: approx Royal Heath. HEX triplet: A5, 51 and 79. RGB value is (165,81,121). Sum of RGB (Red+Green+Blue) = 165+81+121=367 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.96% from 367); Green value is 81 (32.03% from 255 or 22.07% from 367); Blue value is 121 (47.66% from 255 or 32.97% from 367); Max value from RGB is 165 - color contains mainly: red. Hex color #A55179 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55179 is #5AAE86. Grayscale: #6E6E6E. Windows color (decimal): -5942919 or 7950757. OLE color: 7950757.

HSL color Cylindrical-coordinate representation of color #A55179: hue angle of 331.43º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A55179 is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB16581121-
CMYK00.510.270.35
HSL331.43º34.15%48.24%-
HSV(B)331.43º50.91%64.71%-
XYZ21.9115.2619.88-
YUV110.68133.83166.75-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.96%
GREEN value IS 81 (32.03% from 255) = 22.07%
BLUE value IS 121 (47.66% from 255) = 32.97%
R=44.96%
G=22.07%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658112100.510.270.35331.4334.1548.24
HexA551790331B2314b2230
Octal24512117106333435134260
Binary1010010110100011111001011001111011100011101001011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55179; }

 p { color: rgb(165,81,121); }

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

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

 a { background-color: rgb(165,81,121); }

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

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

 span { border-color: rgb(165,81,121); }

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