#A94571

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

Shades of Royal Heath #A94571

Tints of Royal Heath #A94571

Color information

#A94571 (or 0xA94571) is unknown color: approx Royal Heath. HEX triplet: A9, 45 and 71. RGB value is (169,69,113). Sum of RGB (Red+Green+Blue) = 169+69+113=351 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.15% from 351); Green value is 69 (27.34% from 255 or 19.66% from 351); Blue value is 113 (44.53% from 255 or 32.19% from 351); Max value from RGB is 169 - color contains mainly: red. Hex color #A94571 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94571 is #56BA8E. Grayscale: #676767. Windows color (decimal): -5683855 or 7423401. OLE color: 7423401.

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

Color convert

RGB16969113-
CMYK00.590.330.34
HSL333.6º42.02%46.67%-
HSV(B)333.6º59.17%66.27%-
XYZ21.4713.8817.17-
YUV103.92133.13174.42-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.15%
GREEN value IS 69 (27.34% from 255) = 19.66%
BLUE value IS 113 (44.53% from 255) = 32.19%
R=48.15%
G=19.66%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696911300.590.330.34333.642.0246.67
HexA9457103B212214e2a2f
Octal25110516107341425165257
Binary10101001100010111100010111011100001100010101001110101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94571; }

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

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

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

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

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

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

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

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