#A95571

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

Shades of Royal Heath #A95571

Tints of Royal Heath #A95571

Color information

#A95571 (or 0xA95571) is unknown color: approx Royal Heath. HEX triplet: A9, 55 and 71. RGB value is (169,85,113). Sum of RGB (Red+Green+Blue) = 169+85+113=367 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.05% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 113 (44.53% from 255 or 30.79% from 367); Max value from RGB is 169 - color contains mainly: red. Hex color #A95571 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95571 is #56AA8E. Grayscale: #717171. Windows color (decimal): -5679759 or 7427497. OLE color: 7427497.

HSL color Cylindrical-coordinate representation of color #A95571: hue angle of 340º degrees, saturation: 0.33, 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 #A95571 is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB16985113-
CMYK00.500.330.34
HSL340º33.07%49.8%-
HSV(B)340º49.7%66.27%-
XYZ22.5916.1217.54-
YUV113.31127.83167.72-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.05%
GREEN value IS 85 (33.59% from 255) = 23.16%
BLUE value IS 113 (44.53% from 255) = 30.79%
R=46.05%
G=23.16%
B=30.79%

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
Decimal1698511300.500.330.3434033.0749.8
HexA9557103221221542132
Octal25112516106241425244162
Binary10101001101010111100010110010100001100010101010100100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95571; }

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

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

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

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

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

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

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

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