#A45171

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

Shades of Royal Heath #A45171

Tints of Royal Heath #A45171

Color information

#A45171 (or 0xA45171) is unknown color: approx Royal Heath. HEX triplet: A4, 51 and 71. RGB value is (164,81,113). Sum of RGB (Red+Green+Blue) = 164+81+113=358 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.81% from 358); Green value is 81 (32.03% from 255 or 22.63% from 358); Blue value is 113 (44.53% from 255 or 31.56% from 358); Max value from RGB is 164 - color contains mainly: red. Hex color #A45171 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45171 is #5BAE8E. Grayscale: #6D6D6D. Windows color (decimal): -6008463 or 7426468. OLE color: 7426468.

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

Color convert

RGB16481113-
CMYK00.510.310.36
HSL336.87º33.88%48.04%-
HSV(B)336.87º50.61%64.31%-
XYZ21.2314.9717.39-
YUV109.46130166.9-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.81%
GREEN value IS 81 (32.03% from 255) = 22.63%
BLUE value IS 113 (44.53% from 255) = 31.56%
R=45.81%
G=22.63%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648111300.510.310.36336.8733.8848.04
HexA451710331F241512230
Octal24412116106337445214260
Binary1010010010100011110001011001111111100100101010001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45171; }

 p { color: rgb(164,81,113); }

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

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

 a { background-color: rgb(164,81,113); }

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

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

 span { border-color: rgb(164,81,113); }

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