#A94D7E

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

Shades of Royal Heath #A94D7E

Tints of Royal Heath #A94D7E

Color information

#A94D7E (or 0xA94D7E) is unknown color: approx Royal Heath. HEX triplet: A9, 4D and 7E. RGB value is (169,77,126). Sum of RGB (Red+Green+Blue) = 169+77+126=372 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.43% from 372); Green value is 77 (30.47% from 255 or 20.70% from 372); Blue value is 126 (49.61% from 255 or 33.87% from 372); Max value from RGB is 169 - color contains mainly: red. Hex color #A94D7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A94D7E is #56B281. Grayscale: #6D6D6D. Windows color (decimal): -5681794 or 8277417. OLE color: 8277417.

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

Color convert

RGB16977126-
CMYK00.540.250.34
HSL328.04º37.4%48.24%-
HSV(B)328.04º54.44%66.27%-
XYZ22.7815.2521.48-
YUV110.09136.98170.02-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.43%
GREEN value IS 77 (30.47% from 255) = 20.70%
BLUE value IS 126 (49.61% from 255) = 33.87%
R=45.43%
G=20.70%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697712600.540.250.34328.0437.448.24
HexA94D7E03619221482530
Octal25111517606631425104560
Binary1010100110011011111110011011011001100010101001000100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94D7E; }

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

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

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

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

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

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

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

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