#A94983

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

Shades of Royal Heath #A94983

Tints of Royal Heath #A94983

Color information

#A94983 (or 0xA94983) is unknown color: approx Royal Heath. HEX triplet: A9, 49 and 83. RGB value is (169,73,131). Sum of RGB (Red+Green+Blue) = 169+73+131=373 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.31% from 373); Green value is 73 (28.91% from 255 or 19.57% from 373); Blue value is 131 (51.56% from 255 or 35.12% from 373); Max value from RGB is 169 - color contains mainly: red. Hex color #A94983 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A94983 is #56B67C. Grayscale: #6C6C6C. Windows color (decimal): -5682813 or 8604073. OLE color: 8604073.

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

Color convert

RGB16973131-
CMYK00.570.220.34
HSL323.75º39.67%47.45%-
HSV(B)323.75º56.8%66.27%-
XYZ22.8414.8423.13-
YUV108.32140.8171.28-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.31%
GREEN value IS 73 (28.91% from 255) = 19.57%
BLUE value IS 131 (51.56% from 255) = 35.12%
R=45.31%
G=19.57%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.22
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697313100.570.220.34323.7539.6747.45
HexA949830391622144282f
Octal25111120307126425045057
Binary10101001100100110000011011100110110100010101000100101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94983; }

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

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

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

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

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

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

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

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