#A64D7C

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

Shades of Royal Heath #A64D7C

Tints of Royal Heath #A64D7C

Color information

#A64D7C (or 0xA64D7C) is unknown color: approx Royal Heath. HEX triplet: A6, 4D and 7C. RGB value is (166,77,124). Sum of RGB (Red+Green+Blue) = 166+77+124=367 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.23% from 367); Green value is 77 (30.47% from 255 or 20.98% from 367); Blue value is 124 (48.83% from 255 or 33.79% from 367); Max value from RGB is 166 - color contains mainly: red. Hex color #A64D7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A64D7C is #59B283. Grayscale: #6C6C6C. Windows color (decimal): -5878404 or 8146342. OLE color: 8146342.

HSL color Cylindrical-coordinate representation of color #A64D7C: hue angle of 328.31º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A64D7C is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB16677124-
CMYK00.540.250.35
HSL328.31º36.63%47.65%-
HSV(B)328.31º53.61%65.1%-
XYZ22.0214.8720.78-
YUV108.97136.49168.68-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.23%
GREEN value IS 77 (30.47% from 255) = 20.98%
BLUE value IS 124 (48.83% from 255) = 33.79%
R=45.23%
G=20.98%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667712400.540.250.35328.3136.6347.65
HexA64D7C03619231482530
Octal24611517406631435104560
Binary1010011010011011111100011011011001100011101001000100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64D7C; }

 p { color: rgb(166,77,124); }

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

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

 a { background-color: rgb(166,77,124); }

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

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

 span { border-color: rgb(166,77,124); }

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