#A94D7C

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

Shades of Royal Heath #A94D7C

Tints of Royal Heath #A94D7C

Color information

#A94D7C (or 0xA94D7C) is unknown color: approx Royal Heath. HEX triplet: A9, 4D and 7C. RGB value is (169,77,124). Sum of RGB (Red+Green+Blue) = 169+77+124=370 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.68% from 370); Green value is 77 (30.47% from 255 or 20.81% from 370); Blue value is 124 (48.83% from 255 or 33.51% from 370); Max value from RGB is 169 - color contains mainly: red. Hex color #A94D7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A94D7C is #56B283. Grayscale: #6D6D6D. Windows color (decimal): -5681796 or 8146345. OLE color: 8146345.

HSL color Cylindrical-coordinate representation of color #A94D7C: hue angle of 329.35º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A94D7C is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB16977124-
CMYK00.540.270.34
HSL329.35º37.4%48.24%-
HSV(B)329.35º54.44%66.27%-
XYZ22.6515.220.81-
YUV109.87135.98170.18-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.68%
GREEN value IS 77 (30.47% from 255) = 20.81%
BLUE value IS 124 (48.83% from 255) = 33.51%
R=45.68%
G=20.81%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697712400.540.270.34329.3537.448.24
HexA94D7C0361B221492530
Octal25111517406633425114560
Binary1010100110011011111100011011011011100010101001001100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94D7C; }

 p { color: rgb(169,77,124); }

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

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

 a { background-color: rgb(169,77,124); }

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

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

 span { border-color: rgb(169,77,124); }

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