#A65471

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

Shades of Royal Heath #A65471

Tints of Royal Heath #A65471

Color information

#A65471 (or 0xA65471) is unknown color: approx Royal Heath. HEX triplet: A6, 54 and 71. RGB value is (166,84,113). Sum of RGB (Red+Green+Blue) = 166+84+113=363 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.73% from 363); Green value is 84 (33.20% from 255 or 23.14% from 363); Blue value is 113 (44.53% from 255 or 31.13% from 363); Max value from RGB is 166 - color contains mainly: red. Hex color #A65471 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65471 is #59AB8E. Grayscale: #6F6F6F. Windows color (decimal): -5876623 or 7427238. OLE color: 7427238.

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

Color convert

RGB16684113-
CMYK00.490.320.35
HSL338.78º32.8%49.02%-
HSV(B)338.78º49.4%65.1%-
XYZ21.8815.6417.49-
YUV111.82128.67166.64-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.73%
GREEN value IS 84 (33.20% from 255) = 23.14%
BLUE value IS 113 (44.53% from 255) = 31.13%
R=45.73%
G=23.14%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668411300.490.320.35338.7832.849.02
HexA6547103120231532131
Octal24612416106140435234161
Binary10100110101010011100010110001100000100011101010011100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65471; }

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

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

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

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

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

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

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

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