#A94D7A

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

Shades of Royal Heath #A94D7A

Tints of Royal Heath #A94D7A

Color information

#A94D7A (or 0xA94D7A) is unknown color: approx Royal Heath. HEX triplet: A9, 4D and 7A. RGB value is (169,77,122). Sum of RGB (Red+Green+Blue) = 169+77+122=368 (48% of max value = 765). Red value is 169 (66.41% from 255 or 45.92% from 368); Green value is 77 (30.47% from 255 or 20.92% from 368); Blue value is 122 (48.05% from 255 or 33.15% from 368); Max value from RGB is 169 - color contains mainly: red. Hex color #A94D7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A94D7A is #56B285. Grayscale: #6D6D6D. Windows color (decimal): -5681798 or 8015273. OLE color: 8015273.

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

Color convert

RGB16977122-
CMYK00.540.280.34
HSL330.65º37.4%48.24%-
HSV(B)330.65º54.44%66.27%-
XYZ22.5315.1520.15-
YUV109.64134.98170.34-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.92%
GREEN value IS 77 (30.47% from 255) = 20.92%
BLUE value IS 122 (48.05% from 255) = 33.15%
R=45.92%
G=20.92%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697712200.540.280.34330.6537.448.24
HexA94D7A0361C2214b2530
Octal25111517206634425134560
Binary1010100110011011111010011011011100100010101001011100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94D7A; }

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

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

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

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

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

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

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

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