#A94273

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

Shades of Royal Heath #A94273

Tints of Royal Heath #A94273

Color information

#A94273 (or 0xA94273) is unknown color: approx Royal Heath. HEX triplet: A9, 42 and 73. RGB value is (169,66,115). Sum of RGB (Red+Green+Blue) = 169+66+115=350 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.29% from 350); Green value is 66 (26.17% from 255 or 18.86% from 350); Blue value is 115 (45.31% from 255 or 32.86% from 350); Max value from RGB is 169 - color contains mainly: red. Hex color #A94273 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94273 is #56BD8C. Grayscale: #666666. Windows color (decimal): -5684621 or 7553705. OLE color: 7553705.

HSL color Cylindrical-coordinate representation of color #A94273: hue angle of 331.46º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A94273 is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.34.

Color convert

RGB16966115-
CMYK00.610.320.34
HSL331.46º43.83%46.08%-
HSV(B)331.46º60.95%66.27%-
XYZ21.413.5717.71-
YUV102.38135.12175.52-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.29%
GREEN value IS 66 (26.17% from 255) = 18.86%
BLUE value IS 115 (45.31% from 255) = 32.86%
R=48.29%
G=18.86%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.32
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696611500.610.320.34331.4643.8346.08
HexA9427303D202214b2c2e
Octal25110216307540425135456
Binary10101001100001011100110111101100000100010101001011101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94273; }

 p { color: rgb(169,66,115); }

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

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

 a { background-color: rgb(169,66,115); }

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

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

 span { border-color: rgb(169,66,115); }

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