#A25979

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

Shades of Royal Heath #A25979

Tints of Royal Heath #A25979

Color information

#A25979 (or 0xA25979) is unknown color: approx Royal Heath. HEX triplet: A2, 59 and 79. RGB value is (162,89,121). Sum of RGB (Red+Green+Blue) = 162+89+121=372 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.55% from 372); Green value is 89 (35.16% from 255 or 23.92% from 372); Blue value is 121 (47.66% from 255 or 32.53% from 372); Max value from RGB is 162 - color contains mainly: red. Hex color #A25979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25979 is #5DA686. Grayscale: #727272. Windows color (decimal): -6137479 or 7952802. OLE color: 7952802.

HSL color Cylindrical-coordinate representation of color #A25979: hue angle of 333.7º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A25979 is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB16289121-
CMYK00.450.250.36
HSL333.7º29.08%49.22%-
HSV(B)333.7º45.06%63.53%-
XYZ21.9216.2120.06-
YUV114.47131.68161.9-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.55%
GREEN value IS 89 (35.16% from 255) = 23.92%
BLUE value IS 121 (47.66% from 255) = 32.53%
R=43.55%
G=23.92%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628912100.450.250.36333.729.0849.22
HexA2597902D192414e1d31
Octal24213117105531445163561
Binary101000101011001111100101011011100110010010100111011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25979; }

 p { color: rgb(162,89,121); }

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

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

 a { background-color: rgb(162,89,121); }

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

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

 span { border-color: rgb(162,89,121); }

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