#A94970

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

Shades of Royal Heath #A94970

Tints of Royal Heath #A94970

Color information

#A94970 (or 0xA94970) is unknown color: approx Royal Heath. HEX triplet: A9, 49 and 70. RGB value is (169,73,112). Sum of RGB (Red+Green+Blue) = 169+73+112=354 (46% of max value = 765). Red value is 169 (66.41% from 255 or 47.74% from 354); Green value is 73 (28.91% from 255 or 20.62% from 354); Blue value is 112 (44.14% from 255 or 31.64% from 354); Max value from RGB is 169 - color contains mainly: red. Hex color #A94970 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94970 is #56B68F. Grayscale: #6A6A6A. Windows color (decimal): -5682832 or 7358889. OLE color: 7358889.

HSL color Cylindrical-coordinate representation of color #A94970: hue angle of 335.62º 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 #A94970 is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.34.

Color convert

RGB16973112-
CMYK00.570.340.34
HSL335.62º39.67%47.45%-
HSV(B)335.62º56.8%66.27%-
XYZ21.6714.3716.96-
YUV106.15131.3172.83-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.74%
GREEN value IS 73 (28.91% from 255) = 20.62%
BLUE value IS 112 (44.14% from 255) = 31.64%
R=47.74%
G=20.62%
B=31.64%

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
Decimal1697311200.570.340.34335.6239.6747.45
HexA949700392222150282f
Octal25111116007142425205057
Binary10101001100100111100000111001100010100010101010000101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94970; }

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

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

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

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

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

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

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

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