#A95980

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

Shades of Royal Heath #A95980

Tints of Royal Heath #A95980

Color information

#A95980 (or 0xA95980) is unknown color: approx Royal Heath. HEX triplet: A9, 59 and 80. RGB value is (169,89,128). Sum of RGB (Red+Green+Blue) = 169+89+128=386 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.78% from 386); Green value is 89 (35.16% from 255 or 23.06% from 386); Blue value is 128 (50.39% from 255 or 33.16% from 386); Max value from RGB is 169 - color contains mainly: red. Hex color #A95980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95980 is #56A67F. Grayscale: #757575. Windows color (decimal): -5678720 or 8411561. OLE color: 8411561.

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

Color convert

RGB16989128-
CMYK00.470.240.34
HSL330.75º31.75%50.59%-
HSV(B)330.75º47.34%66.27%-
XYZ23.8317.1422.47-
YUV117.37134164.83-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.78%
GREEN value IS 89 (35.16% from 255) = 23.06%
BLUE value IS 128 (50.39% from 255) = 33.16%
R=43.78%
G=23.06%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698912800.470.240.34330.7531.7550.59
HexA9598002F182214b2033
Octal25113120005730425134063
Binary10101001101100110000000010111111000100010101001011100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95980; }

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

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

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

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

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

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

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

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