#9A497A

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

Shades of Royal Heath #9A497A

Tints of Royal Heath #9A497A

Color information

#9A497A (or 0x9A497A) is unknown color: approx Royal Heath. HEX triplet: 9A, 49 and 7A. RGB value is (154,73,122). Sum of RGB (Red+Green+Blue) = 154+73+122=349 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44.13% from 349); Green value is 73 (28.91% from 255 or 20.92% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 154 - color contains mainly: red. Hex color #9A497A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A497A is #65B685. Grayscale: #666666. Windows color (decimal): -6665862 or 8014234. OLE color: 8014234.

HSL color Cylindrical-coordinate representation of color #9A497A: hue angle of 323.7º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9A497A is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB15473122-
CMYK00.530.210.40
HSL323.7º35.68%44.51%-
HSV(B)323.7º52.6%60.39%-
XYZ19.2213.0419.92-
YUV102.8138.84164.52-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 44.13%
GREEN value IS 73 (28.91% from 255) = 20.92%
BLUE value IS 122 (48.05% from 255) = 34.96%
R=44.13%
G=20.92%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1547312200.530.210.40323.735.6844.51
Hex9A497A0351528144242d
Octal23211117206525505044455
Binary1001101010010011111010011010110101101000101000100100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A497A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A497A; }

 p { color: rgb(154,73,122); }

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

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

 a { background-color: rgb(154,73,122); }

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

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

 span { border-color: rgb(154,73,122); }

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