#A64E74

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

Shades of Royal Heath #A64E74

Tints of Royal Heath #A64E74

Color information

#A64E74 (or 0xA64E74) is unknown color: approx Royal Heath. HEX triplet: A6, 4E and 74. RGB value is (166,78,116). Sum of RGB (Red+Green+Blue) = 166+78+116=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 78 (30.86% from 255 or 21.67% from 360); Blue value is 116 (45.70% from 255 or 32.22% from 360); Max value from RGB is 166 - color contains mainly: red. Hex color #A64E74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A64E74 is #59B18B. Grayscale: #6C6C6C. Windows color (decimal): -5878156 or 7622310. OLE color: 7622310.

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

Color convert

RGB16678116-
CMYK00.530.300.35
HSL334.09º36.07%47.84%-
HSV(B)334.09º53.01%65.1%-
XYZ21.614.8218.24-
YUV108.64132.15168.91-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.11%
GREEN value IS 78 (30.86% from 255) = 21.67%
BLUE value IS 116 (45.70% from 255) = 32.22%
R=46.11%
G=21.67%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667811600.530.300.35334.0936.0747.84
HexA64E740351E2314e2430
Octal24611616406536435164460
Binary1010011010011101110100011010111110100011101001110100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64E74; }

 p { color: rgb(166,78,116); }

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

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

 a { background-color: rgb(166,78,116); }

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

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

 span { border-color: rgb(166,78,116); }

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