#A94980

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

Shades of Royal Heath #A94980

Tints of Royal Heath #A94980

Color information

#A94980 (or 0xA94980) is unknown color: approx Royal Heath. HEX triplet: A9, 49 and 80. RGB value is (169,73,128). Sum of RGB (Red+Green+Blue) = 169+73+128=370 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.68% from 370); Green value is 73 (28.91% from 255 or 19.73% from 370); Blue value is 128 (50.39% from 255 or 34.59% from 370); Max value from RGB is 169 - color contains mainly: red. Hex color #A94980 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A94980 is #56B67F. Grayscale: #6B6B6B. Windows color (decimal): -5682816 or 8407465. OLE color: 8407465.

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

Color convert

RGB16973128-
CMYK00.570.240.34
HSL325.62º39.67%47.45%-
HSV(B)325.62º56.8%66.27%-
XYZ22.6414.7622.08-
YUV107.97139.3171.53-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.68%
GREEN value IS 73 (28.91% from 255) = 19.73%
BLUE value IS 128 (50.39% from 255) = 34.59%
R=45.68%
G=19.73%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697312800.570.240.34325.6239.6747.45
HexA949800391822146282f
Octal25111120007130425065057
Binary10101001100100110000000011100111000100010101000110101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94980; }

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

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

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

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

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

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

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

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