#A9497D

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

Shades of Royal Heath #A9497D

Tints of Royal Heath #A9497D

Color information

#A9497D (or 0xA9497D) is unknown color: approx Royal Heath. HEX triplet: A9, 49 and 7D. RGB value is (169,73,125). Sum of RGB (Red+Green+Blue) = 169+73+125=367 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.05% from 367); Green value is 73 (28.91% from 255 or 19.89% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 169 - color contains mainly: red. Hex color #A9497D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9497D is #56B682. Grayscale: #6B6B6B. Windows color (decimal): -5682819 or 8210857. OLE color: 8210857.

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

Color convert

RGB16973125-
CMYK00.570.260.34
HSL327.5º39.67%47.45%-
HSV(B)327.5º56.8%66.27%-
XYZ22.4514.6821.05-
YUV107.63137.8171.77-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.05%
GREEN value IS 73 (28.91% from 255) = 19.89%
BLUE value IS 125 (49.22% from 255) = 34.06%
R=46.05%
G=19.89%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697312500.570.260.34327.539.6747.45
HexA9497D0391A22148282f
Octal25111117507132425105057
Binary1010100110010011111101011100111010100010101001000101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9497D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9497D; }

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

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

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

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

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

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

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

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