#A94F83

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

Shades of Royal Heath #A94F83

Tints of Royal Heath #A94F83

Color information

#A94F83 (or 0xA94F83) is unknown color: approx Royal Heath. HEX triplet: A9, 4F and 83. RGB value is (169,79,131). Sum of RGB (Red+Green+Blue) = 169+79+131=379 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.59% from 379); Green value is 79 (31.25% from 255 or 20.84% from 379); Blue value is 131 (51.56% from 255 or 34.56% from 379); Max value from RGB is 169 - color contains mainly: red. Hex color #A94F83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A94F83 is #56B07C. Grayscale: #6F6F6F. Windows color (decimal): -5681277 or 8605609. OLE color: 8605609.

HSL color Cylindrical-coordinate representation of color #A94F83: hue angle of 325.33º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A94F83 is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.34.

Color convert

RGB16979131-
CMYK00.530.220.34
HSL325.33º36.29%48.63%-
HSV(B)325.33º53.25%66.27%-
XYZ23.2515.6723.27-
YUV111.84138.82168.77-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.59%
GREEN value IS 79 (31.25% from 255) = 20.84%
BLUE value IS 131 (51.56% from 255) = 34.56%
R=44.59%
G=20.84%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.22
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697913100.530.220.34325.3336.2948.63
HexA94F8303516221452431
Octal25111720306526425054461
Binary10101001100111110000011011010110110100010101000101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94F83; }

 p { color: rgb(169,79,131); }

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

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

 a { background-color: rgb(169,79,131); }

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

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

 span { border-color: rgb(169,79,131); }

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