#A65473

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

Shades of Royal Heath #A65473

Tints of Royal Heath #A65473

Color information

#A65473 (or 0xA65473) is unknown color: approx Royal Heath. HEX triplet: A6, 54 and 73. RGB value is (166,84,115). Sum of RGB (Red+Green+Blue) = 166+84+115=365 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.48% from 365); Green value is 84 (33.20% from 255 or 23.01% from 365); Blue value is 115 (45.31% from 255 or 31.51% from 365); Max value from RGB is 166 - color contains mainly: red. Hex color #A65473 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65473 is #59AB8C. Grayscale: #707070. Windows color (decimal): -5876621 or 7558310. OLE color: 7558310.

HSL color Cylindrical-coordinate representation of color #A65473: hue angle of 337.32º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A65473 is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB16684115-
CMYK00.490.310.35
HSL337.32º32.8%49.02%-
HSV(B)337.32º49.4%65.1%-
XYZ21.9915.6918.09-
YUV112.05129.67166.48-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.48%
GREEN value IS 84 (33.20% from 255) = 23.01%
BLUE value IS 115 (45.31% from 255) = 31.51%
R=45.48%
G=23.01%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668411500.490.310.35337.3232.849.02
HexA654730311F231512131
Octal24612416306137435214161
Binary1010011010101001110011011000111111100011101010001100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65473; }

 p { color: rgb(166,84,115); }

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

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

 a { background-color: rgb(166,84,115); }

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

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

 span { border-color: rgb(166,84,115); }

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