#A64679

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

Shades of Royal Heath #A64679

Tints of Royal Heath #A64679

Color information

#A64679 (or 0xA64679) is unknown color: approx Royal Heath. HEX triplet: A6, 46 and 79. RGB value is (166,70,121). Sum of RGB (Red+Green+Blue) = 166+70+121=357 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.50% from 357); Green value is 70 (27.73% from 255 or 19.61% from 357); Blue value is 121 (47.66% from 255 or 33.89% from 357); Max value from RGB is 166 - color contains mainly: red. Hex color #A64679 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64679 is #59B986. Grayscale: #686868. Windows color (decimal): -5880199 or 7947942. OLE color: 7947942.

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

Color convert

RGB16670121-
CMYK00.580.270.35
HSL328.12º40.68%46.27%-
HSV(B)328.12º57.83%65.1%-
XYZ21.3713.8719.64-
YUV104.52137.3171.85-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.50%
GREEN value IS 70 (27.73% from 255) = 19.61%
BLUE value IS 121 (47.66% from 255) = 33.89%
R=46.50%
G=19.61%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667012100.580.270.35328.1240.6846.27
HexA6467903A1B23148292e
Octal24610617107233435105156
Binary1010011010001101111001011101011011100011101001000101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64679; }

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

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

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

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

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

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

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

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