#A94F81

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

Shades of Royal Heath #A94F81

Tints of Royal Heath #A94F81

Color information

#A94F81 (or 0xA94F81) is unknown color: approx Royal Heath. HEX triplet: A9, 4F and 81. RGB value is (169,79,129). Sum of RGB (Red+Green+Blue) = 169+79+129=377 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.83% from 377); Green value is 79 (31.25% from 255 or 20.95% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 169 - color contains mainly: red. Hex color #A94F81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A94F81 is #56B07E. Grayscale: #6F6F6F. Windows color (decimal): -5681279 or 8474537. OLE color: 8474537.

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

Color convert

RGB16979129-
CMYK00.530.240.34
HSL326.67º36.29%48.63%-
HSV(B)326.67º53.25%66.27%-
XYZ23.1215.6122.56-
YUV111.61137.82168.93-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.83%
GREEN value IS 79 (31.25% from 255) = 20.95%
BLUE value IS 129 (50.78% from 255) = 34.22%
R=44.83%
G=20.95%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697912900.530.240.34326.6736.2948.63
HexA94F8103518221472431
Octal25111720106530425074461
Binary10101001100111110000001011010111000100010101000111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94F81; }

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

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

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

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

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

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

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

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