#A94272

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

Shades of Royal Heath #A94272

Tints of Royal Heath #A94272

Color information

#A94272 (or 0xA94272) is unknown color: approx Royal Heath. HEX triplet: A9, 42 and 72. RGB value is (169,66,114). Sum of RGB (Red+Green+Blue) = 169+66+114=349 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.42% from 349); Green value is 66 (26.17% from 255 or 18.91% from 349); Blue value is 114 (44.92% from 255 or 32.66% from 349); Max value from RGB is 169 - color contains mainly: red. Hex color #A94272 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94272 is #56BD8D. Grayscale: #666666. Windows color (decimal): -5684622 or 7488169. OLE color: 7488169.

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

Color convert

RGB16966114-
CMYK00.610.330.34
HSL332.04º43.83%46.08%-
HSV(B)332.04º60.95%66.27%-
XYZ21.3513.5517.41-
YUV102.27134.62175.6-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.42%
GREEN value IS 66 (26.17% from 255) = 18.91%
BLUE value IS 114 (44.92% from 255) = 32.66%
R=48.42%
G=18.91%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696611400.610.330.34332.0443.8346.08
HexA9427203D212214c2c2e
Octal25110216207541425145456
Binary10101001100001011100100111101100001100010101001100101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94272; }

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

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

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

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

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

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

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

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