#A5497E

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

Shades of Royal Heath #A5497E

Tints of Royal Heath #A5497E

Color information

#A5497E (or 0xA5497E) is unknown color: approx Royal Heath. HEX triplet: A5, 49 and 7E. RGB value is (165,73,126). Sum of RGB (Red+Green+Blue) = 165+73+126=364 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.33% from 364); Green value is 73 (28.91% from 255 or 20.05% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 165 - color contains mainly: red. Hex color #A5497E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5497E is #5AB681. Grayscale: #6A6A6A. Windows color (decimal): -5944962 or 8276389. OLE color: 8276389.

HSL color Cylindrical-coordinate representation of color #A5497E: hue angle of 325.43º 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 #A5497E is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB16573126-
CMYK00.560.240.35
HSL325.43º38.66%46.67%-
HSV(B)325.43º55.76%64.71%-
XYZ21.6714.2721.35-
YUV106.55138.98169.69-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.33%
GREEN value IS 73 (28.91% from 255) = 20.05%
BLUE value IS 126 (49.61% from 255) = 34.62%
R=45.33%
G=20.05%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657312600.560.240.35325.4338.6646.67
HexA5497E0381823145272f
Octal24511117607030435054757
Binary1010010110010011111110011100011000100011101000101100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5497E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5497E; }

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

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

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

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

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

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

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

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