#A5497B

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

Shades of Royal Heath #A5497B

Tints of Royal Heath #A5497B

Color information

#A5497B (or 0xA5497B) is unknown color: approx Royal Heath. HEX triplet: A5, 49 and 7B. RGB value is (165,73,123). Sum of RGB (Red+Green+Blue) = 165+73+123=361 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.71% from 361); Green value is 73 (28.91% from 255 or 20.22% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 165 - color contains mainly: red. Hex color #A5497B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5497B is #5AB684. Grayscale: #6A6A6A. Windows color (decimal): -5944965 or 8079781. OLE color: 8079781.

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

Color convert

RGB16573123-
CMYK00.560.250.35
HSL327.39º38.66%46.67%-
HSV(B)327.39º55.76%64.71%-
XYZ21.4714.1920.35-
YUV106.21137.48169.93-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.71%
GREEN value IS 73 (28.91% from 255) = 20.22%
BLUE value IS 123 (48.44% from 255) = 34.07%
R=45.71%
G=20.22%
B=34.07%

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
Decimal1657312300.560.250.35327.3938.6646.67
HexA5497B0381923147272f
Octal24511117307031435074757
Binary1010010110010011111011011100011001100011101000111100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5497B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5497B; }

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

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

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

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

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

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

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

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