#A35177

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

Shades of Royal Heath #A35177

Tints of Royal Heath #A35177

Color information

#A35177 (or 0xA35177) is unknown color: approx Royal Heath. HEX triplet: A3, 51 and 77. RGB value is (163,81,119). Sum of RGB (Red+Green+Blue) = 163+81+119=363 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.90% from 363); Green value is 81 (32.03% from 255 or 22.31% from 363); Blue value is 119 (46.88% from 255 or 32.78% from 363); Max value from RGB is 163 - color contains mainly: red. Hex color #A35177 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35177 is #5CAE88. Grayscale: #6D6D6D. Windows color (decimal): -6073993 or 7819683. OLE color: 7819683.

HSL color Cylindrical-coordinate representation of color #A35177: hue angle of 332.2º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A35177 is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB16381119-
CMYK00.500.270.36
HSL332.2º33.61%47.84%-
HSV(B)332.2º50.31%63.92%-
XYZ21.381519.22-
YUV109.85133.17165.91-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.90%
GREEN value IS 81 (32.03% from 255) = 22.31%
BLUE value IS 119 (46.88% from 255) = 32.78%
R=44.90%
G=22.31%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638111900.500.270.36332.233.6147.84
HexA351770321B2414c2230
Octal24312116706233445144260
Binary1010001110100011110111011001011011100100101001100100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35177; }

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

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

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

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

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

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

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

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