#A94870

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

Shades of Royal Heath #A94870

Tints of Royal Heath #A94870

Color information

#A94870 (or 0xA94870) is unknown color: approx Royal Heath. HEX triplet: A9, 48 and 70. RGB value is (169,72,112). Sum of RGB (Red+Green+Blue) = 169+72+112=353 (46% of max value = 765). Red value is 169 (66.41% from 255 or 47.88% from 353); Green value is 72 (28.52% from 255 or 20.40% from 353); Blue value is 112 (44.14% from 255 or 31.73% from 353); Max value from RGB is 169 - color contains mainly: red. Hex color #A94870 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94870 is #56B78F. Grayscale: #696969. Windows color (decimal): -5683088 or 7358633. OLE color: 7358633.

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

Color convert

RGB16972112-
CMYK00.570.340.34
HSL335.26º40.25%47.25%-
HSV(B)335.26º57.4%66.27%-
XYZ21.614.2416.94-
YUV105.56131.64173.25-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.88%
GREEN value IS 72 (28.52% from 255) = 20.40%
BLUE value IS 112 (44.14% from 255) = 31.73%
R=47.88%
G=20.40%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697211200.570.340.34335.2640.2547.25
HexA94870039222214f282f
Octal25111016007142425175057
Binary10101001100100011100000111001100010100010101001111101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94870; }

 p { color: rgb(169,72,112); }

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

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

 a { background-color: rgb(169,72,112); }

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

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

 span { border-color: rgb(169,72,112); }

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