#A55172

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

Shades of Royal Heath #A55172

Tints of Royal Heath #A55172

Color information

#A55172 (or 0xA55172) is unknown color: approx Royal Heath. HEX triplet: A5, 51 and 72. RGB value is (165,81,114). Sum of RGB (Red+Green+Blue) = 165+81+114=360 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.83% from 360); Green value is 81 (32.03% from 255 or 22.5% from 360); Blue value is 114 (44.92% from 255 or 31.67% from 360); Max value from RGB is 165 - color contains mainly: red. Hex color #A55172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55172 is #5AAE8D. Grayscale: #6D6D6D. Windows color (decimal): -5942926 or 7492005. OLE color: 7492005.

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

Color convert

RGB16581114-
CMYK00.510.310.35
HSL336.43º34.15%48.24%-
HSV(B)336.43º50.91%64.71%-
XYZ21.515.117.7-
YUV109.88130.33167.32-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.83%
GREEN value IS 81 (32.03% from 255) = 22.5%
BLUE value IS 114 (44.92% from 255) = 31.67%
R=45.83%
G=22.5%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658111400.510.310.35336.4334.1548.24
HexA551720331F231502230
Octal24512116206337435204260
Binary1010010110100011110010011001111111100011101010000100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55172; }

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

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

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

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

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

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

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

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