#A05177

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

Shades of Royal Heath #A05177

Tints of Royal Heath #A05177

Color information

#A05177 (or 0xA05177) is unknown color: approx Royal Heath. HEX triplet: A0, 51 and 77. RGB value is (160,81,119). Sum of RGB (Red+Green+Blue) = 160+81+119=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 81 (32.03% from 255 or 22.5% from 360); Blue value is 119 (46.88% from 255 or 33.06% from 360); Max value from RGB is 160 - color contains mainly: red. Hex color #A05177 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05177 is #5FAE88. Grayscale: #6C6C6C. Windows color (decimal): -6270601 or 7819680. OLE color: 7819680.

HSL color Cylindrical-coordinate representation of color #A05177: hue angle of 331.14º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A05177 is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB16081119-
CMYK00.490.260.37
HSL331.14º32.78%47.25%-
HSV(B)331.14º49.38%62.75%-
XYZ20.7714.6919.19-
YUV108.95133.67164.41-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.44%
GREEN value IS 81 (32.03% from 255) = 22.5%
BLUE value IS 119 (46.88% from 255) = 33.06%
R=44.44%
G=22.5%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.26
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608111900.490.260.37331.1432.7847.25
HexA051770311A2514b212f
Octal24012116706132455134157
Binary1010000010100011110111011000111010100101101001011100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05177; }

 p { color: rgb(160,81,119); }

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

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

 a { background-color: rgb(160,81,119); }

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

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

 span { border-color: rgb(160,81,119); }

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