#A64671

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

Shades of Royal Heath #A64671

Tints of Royal Heath #A64671

Color information

#A64671 (or 0xA64671) is unknown color: approx Royal Heath. HEX triplet: A6, 46 and 71. RGB value is (166,70,113). Sum of RGB (Red+Green+Blue) = 166+70+113=349 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.56% from 349); Green value is 70 (27.73% from 255 or 20.06% from 349); Blue value is 113 (44.53% from 255 or 32.38% from 349); Max value from RGB is 166 - color contains mainly: red. Hex color #A64671 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64671 is #59B98E. Grayscale: #676767. Windows color (decimal): -5880207 or 7423654. OLE color: 7423654.

HSL color Cylindrical-coordinate representation of color #A64671: hue angle of 333.12º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A64671 is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB16670113-
CMYK00.580.320.35
HSL333.12º40.68%46.27%-
HSV(B)333.12º57.83%65.1%-
XYZ20.913.6817.16-
YUV103.61133.3172.5-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.56%
GREEN value IS 70 (27.73% from 255) = 20.06%
BLUE value IS 113 (44.53% from 255) = 32.38%
R=47.56%
G=20.06%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667011300.580.320.35333.1240.6846.27
HexA6467103A202314d292e
Octal24610616107240435155156
Binary10100110100011011100010111010100000100011101001101101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64671; }

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

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

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

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

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

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

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

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