#A94B73

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

Shades of Royal Heath #A94B73

Tints of Royal Heath #A94B73

Color information

#A94B73 (or 0xA94B73) is unknown color: approx Royal Heath. HEX triplet: A9, 4B and 73. RGB value is (169,75,115). Sum of RGB (Red+Green+Blue) = 169+75+115=359 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.08% from 359); Green value is 75 (29.69% from 255 or 20.89% from 359); Blue value is 115 (45.31% from 255 or 32.03% from 359); Max value from RGB is 169 - color contains mainly: red. Hex color #A94B73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94B73 is #56B48C. Grayscale: #6B6B6B. Windows color (decimal): -5682317 or 7556009. OLE color: 7556009.

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

Color convert

RGB16975115-
CMYK00.560.320.34
HSL334.47º38.52%47.84%-
HSV(B)334.47º55.62%66.27%-
XYZ21.9714.717.9-
YUV107.67132.14171.75-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.08%
GREEN value IS 75 (29.69% from 255) = 20.89%
BLUE value IS 115 (45.31% from 255) = 32.03%
R=47.08%
G=20.89%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.32
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697511500.560.320.34334.4738.5247.84
HexA94B73038202214e2730
Octal25111316307040425164760
Binary10101001100101111100110111000100000100010101001110100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94B73; }

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

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

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

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

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

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

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

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