#A95471

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

Shades of Royal Heath #A95471

Tints of Royal Heath #A95471

Color information

#A95471 (or 0xA95471) is unknown color: approx Royal Heath. HEX triplet: A9, 54 and 71. RGB value is (169,84,113). Sum of RGB (Red+Green+Blue) = 169+84+113=366 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.17% from 366); Green value is 84 (33.20% from 255 or 22.95% from 366); Blue value is 113 (44.53% from 255 or 30.87% from 366); Max value from RGB is 169 - color contains mainly: red. Hex color #A95471 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95471 is #56AB8E. Grayscale: #707070. Windows color (decimal): -5680015 or 7427241. OLE color: 7427241.

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

Color convert

RGB16984113-
CMYK00.500.330.34
HSL339.53º33.6%49.61%-
HSV(B)339.53º50.3%66.27%-
XYZ22.5115.9717.52-
YUV112.72128.16168.14-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.17%
GREEN value IS 84 (33.20% from 255) = 22.95%
BLUE value IS 113 (44.53% from 255) = 30.87%
R=46.17%
G=22.95%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698411300.500.330.34339.5333.649.61
HexA9547103221221542232
Octal25112416106241425244262
Binary10101001101010011100010110010100001100010101010100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95471; }

 p { color: rgb(169,84,113); }

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

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

 a { background-color: rgb(169,84,113); }

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

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

 span { border-color: rgb(169,84,113); }

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