#A7497A

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

Shades of Royal Heath #A7497A

Tints of Royal Heath #A7497A

Color information

#A7497A (or 0xA7497A) is unknown color: approx Royal Heath. HEX triplet: A7, 49 and 7A. RGB value is (167,73,122). Sum of RGB (Red+Green+Blue) = 167+73+122=362 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.13% from 362); Green value is 73 (28.91% from 255 or 20.17% from 362); Blue value is 122 (48.05% from 255 or 33.70% from 362); Max value from RGB is 167 - color contains mainly: red. Hex color #A7497A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7497A is #58B685. Grayscale: #6A6A6A. Windows color (decimal): -5813894 or 8014247. OLE color: 8014247.

HSL color Cylindrical-coordinate representation of color #A7497A: hue angle of 328.72º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A7497A is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB16773122-
CMYK00.560.270.35
HSL328.72º39.17%47.06%-
HSV(B)328.72º56.29%65.49%-
XYZ21.8314.3920.04-
YUV106.69136.64171.02-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.13%
GREEN value IS 73 (28.91% from 255) = 20.17%
BLUE value IS 122 (48.05% from 255) = 33.70%
R=46.13%
G=20.17%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1677312200.560.270.35328.7239.1747.06
HexA7497A0381B23149272f
Octal24711117207033435114757
Binary1010011110010011111010011100011011100011101001001100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7497A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7497A; }

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

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

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

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

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

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

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

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