#A94975

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

Shades of Royal Heath #A94975

Tints of Royal Heath #A94975

Color information

#A94975 (or 0xA94975) is unknown color: approx Royal Heath. HEX triplet: A9, 49 and 75. RGB value is (169,73,117). Sum of RGB (Red+Green+Blue) = 169+73+117=359 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.08% from 359); Green value is 73 (28.91% from 255 or 20.33% from 359); Blue value is 117 (46.09% from 255 or 32.59% from 359); Max value from RGB is 169 - color contains mainly: red. Hex color #A94975 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94975 is #56B68A. Grayscale: #6A6A6A. Windows color (decimal): -5682827 or 7686569. OLE color: 7686569.

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

Color convert

RGB16973117-
CMYK00.570.310.34
HSL332.5º39.67%47.45%-
HSV(B)332.5º56.8%66.27%-
XYZ21.9614.4818.47-
YUV106.72133.8172.42-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.08%
GREEN value IS 73 (28.91% from 255) = 20.33%
BLUE value IS 117 (46.09% from 255) = 32.59%
R=47.08%
G=20.33%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697311700.570.310.34332.539.6747.45
HexA949750391F2214c282f
Octal25111116507137425145057
Binary1010100110010011110101011100111111100010101001100101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94975; }

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

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

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

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

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

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

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

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