#A9497B

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

Shades of Royal Heath #A9497B

Tints of Royal Heath #A9497B

Color information

#A9497B (or 0xA9497B) is unknown color: approx Royal Heath. HEX triplet: A9, 49 and 7B. RGB value is (169,73,123). Sum of RGB (Red+Green+Blue) = 169+73+123=365 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.30% from 365); Green value is 73 (28.91% from 255 or 20% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 169 - color contains mainly: red. Hex color #A9497B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9497B is #56B684. Grayscale: #6B6B6B. Windows color (decimal): -5682821 or 8079785. OLE color: 8079785.

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

Color convert

RGB16973123-
CMYK00.570.270.34
HSL328.75º39.67%47.45%-
HSV(B)328.75º56.8%66.27%-
XYZ22.3214.6320.39-
YUV107.4136.8171.93-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.30%
GREEN value IS 73 (28.91% from 255) = 20%
BLUE value IS 123 (48.44% from 255) = 33.70%
R=46.30%
G=20%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697312300.570.270.34328.7539.6747.45
HexA9497B0391B22149282f
Octal25111117307133425115057
Binary1010100110010011111011011100111011100010101001001101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9497B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9497B; }

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

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

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

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

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

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

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

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