#A9497E

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

Shades of Royal Heath #A9497E

Tints of Royal Heath #A9497E

Color information

#A9497E (or 0xA9497E) is unknown color: approx Royal Heath. HEX triplet: A9, 49 and 7E. RGB value is (169,73,126). Sum of RGB (Red+Green+Blue) = 169+73+126=368 (48% of max value = 765). Red value is 169 (66.41% from 255 or 45.92% from 368); Green value is 73 (28.91% from 255 or 19.84% from 368); Blue value is 126 (49.61% from 255 or 34.24% from 368); Max value from RGB is 169 - color contains mainly: red. Hex color #A9497E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9497E is #56B681. Grayscale: #6B6B6B. Windows color (decimal): -5682818 or 8276393. OLE color: 8276393.

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

Color convert

RGB16973126-
CMYK00.570.250.34
HSL326.88º39.67%47.45%-
HSV(B)326.88º56.8%66.27%-
XYZ22.5114.7121.39-
YUV107.75138.3171.69-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.92%
GREEN value IS 73 (28.91% from 255) = 19.84%
BLUE value IS 126 (49.61% from 255) = 34.24%
R=45.92%
G=19.84%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697312600.570.250.34326.8839.6747.45
HexA9497E0391922147282f
Octal25111117607131425075057
Binary1010100110010011111110011100111001100010101000111101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9497E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9497E; }

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

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

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

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

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

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

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

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