#A64C7C

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

Shades of Royal Heath #A64C7C

Tints of Royal Heath #A64C7C

Color information

#A64C7C (or 0xA64C7C) is unknown color: approx Royal Heath. HEX triplet: A6, 4C and 7C. RGB value is (166,76,124). Sum of RGB (Red+Green+Blue) = 166+76+124=366 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.36% from 366); Green value is 76 (30.08% from 255 or 20.77% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 166 - color contains mainly: red. Hex color #A64C7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64C7C is #59B383. Grayscale: #6C6C6C. Windows color (decimal): -5878660 or 8146086. OLE color: 8146086.

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

Color convert

RGB16676124-
CMYK00.540.250.35
HSL328º37.19%47.45%-
HSV(B)328º54.22%65.1%-
XYZ21.9514.7320.76-
YUV108.38136.82169.1-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.36%
GREEN value IS 76 (30.08% from 255) = 20.77%
BLUE value IS 124 (48.83% from 255) = 33.88%
R=45.36%
G=20.77%
B=33.88%

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
Decimal1667612400.540.250.3532837.1947.45
HexA64C7C0361923148252f
Octal24611417406631435104557
Binary1010011010011001111100011011011001100011101001000100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64C7C; }

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

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

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

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

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

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

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

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