#A64675

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

Shades of Royal Heath #A64675

Tints of Royal Heath #A64675

Color information

#A64675 (or 0xA64675) is unknown color: approx Royal Heath. HEX triplet: A6, 46 and 75. RGB value is (166,70,117). Sum of RGB (Red+Green+Blue) = 166+70+117=353 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.03% from 353); Green value is 70 (27.73% from 255 or 19.83% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 166 - color contains mainly: red. Hex color #A64675 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64675 is #59B98A. Grayscale: #676767. Windows color (decimal): -5880203 or 7685798. OLE color: 7685798.

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

Color convert

RGB16670117-
CMYK00.580.300.35
HSL330.62º40.68%46.27%-
HSV(B)330.62º57.83%65.1%-
XYZ21.1313.7718.37-
YUV104.06135.3172.18-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.03%
GREEN value IS 70 (27.73% from 255) = 19.83%
BLUE value IS 117 (46.09% from 255) = 33.14%
R=47.03%
G=19.83%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667011700.580.300.35330.6240.6846.27
HexA6467503A1E2314b292e
Octal24610616507236435135156
Binary1010011010001101110101011101011110100011101001011101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64675; }

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

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

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

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

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

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

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

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