#A94378

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

Shades of Royal Heath #A94378

Tints of Royal Heath #A94378

Color information

#A94378 (or 0xA94378) is unknown color: approx Royal Heath. HEX triplet: A9, 43 and 78. RGB value is (169,67,120). Sum of RGB (Red+Green+Blue) = 169+67+120=356 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.47% from 356); Green value is 67 (26.56% from 255 or 18.82% from 356); Blue value is 120 (47.27% from 255 or 33.71% from 356); Max value from RGB is 169 - color contains mainly: red. Hex color #A94378 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94378 is #56BC87. Grayscale: #676767. Windows color (decimal): -5684360 or 7881641. OLE color: 7881641.

HSL color Cylindrical-coordinate representation of color #A94378: hue angle of 328.82º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A94378 is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.34.

Color convert

RGB16967120-
CMYK00.600.290.34
HSL328.82º43.22%46.27%-
HSV(B)328.82º60.36%66.27%-
XYZ21.7613.8119.29-
YUV103.54137.29174.69-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.47%
GREEN value IS 67 (26.56% from 255) = 18.82%
BLUE value IS 120 (47.27% from 255) = 33.71%
R=47.47%
G=18.82%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.29
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696712000.600.290.34328.8243.2246.27
HexA9437803C1D221492b2e
Octal25110317007435425115356
Binary1010100110000111111000011110011101100010101001001101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94378; }

 p { color: rgb(169,67,120); }

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

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

 a { background-color: rgb(169,67,120); }

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

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

 span { border-color: rgb(169,67,120); }

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