#a5497c

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

Shades of Royal Heath #A5497C

Tints of Royal Heath #A5497C

Color information

#A5497C (or 0xA5497C) is unknown color: approx Royal Heath. HEX triplet: A5, 49 and 7C. RGB value is (165,73,124). Sum of RGB (Red+Green+Blue) = 165+73+124=362 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.58% from 362); Green value is 73 (28.91% from 255 or 20.17% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 165 - color contains mainly: red. Hex color #A5497C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5497C is #5AB683. Grayscale: #6A6A6A. Windows color (decimal): -5944964 or 8145317. OLE color: 8145317.

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

Color convert

RGB16573124-
CMYK00.560.250.35
HSL326.74º38.66%46.67%-
HSV(B)326.74º55.76%64.71%-
XYZ21.5414.2220.68-
YUV106.32137.98169.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.58%
GREEN value IS 73 (28.91% from 255) = 20.17%
BLUE value IS 124 (48.83% from 255) = 34.25%
R=45.58%
G=20.17%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657312400.560.250.35326.7438.6646.67
HexA5497C0381923147272f
Octal24511117407031435074757
Binary1010010110010011111100011100011001100011101000111100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5497c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5497c; }

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

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

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

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

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

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

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

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