#A94A7C

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

Shades of Royal Heath #A94A7C

Tints of Royal Heath #A94A7C

Color information

#A94A7C (or 0xA94A7C) is unknown color: approx Royal Heath. HEX triplet: A9, 4A and 7C. RGB value is (169,74,124). Sum of RGB (Red+Green+Blue) = 169+74+124=367 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.05% from 367); Green value is 74 (29.30% from 255 or 20.16% from 367); Blue value is 124 (48.83% from 255 or 33.79% from 367); Max value from RGB is 169 - color contains mainly: red. Hex color #A94A7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94A7C is #56B583. Grayscale: #6B6B6B. Windows color (decimal): -5682564 or 8145577. OLE color: 8145577.

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

Color convert

RGB16974124-
CMYK00.560.270.34
HSL328.42º39.09%47.65%-
HSV(B)328.42º56.21%66.27%-
XYZ22.4514.7920.74-
YUV108.1136.97171.43-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.05%
GREEN value IS 74 (29.30% from 255) = 20.16%
BLUE value IS 124 (48.83% from 255) = 33.79%
R=46.05%
G=20.16%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697412400.560.270.34328.4239.0947.65
HexA94A7C0381B221482730
Octal25111217407033425104760
Binary1010100110010101111100011100011011100010101001000100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94A7C; }

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

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

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

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

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

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

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

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