#A64981

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

Shades of Royal Heath #A64981

Tints of Royal Heath #A64981

Color information

#A64981 (or 0xA64981) is unknown color: approx Royal Heath. HEX triplet: A6, 49 and 81. RGB value is (166,73,129). Sum of RGB (Red+Green+Blue) = 166+73+129=368 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.11% from 368); Green value is 73 (28.91% from 255 or 19.84% from 368); Blue value is 129 (50.78% from 255 or 35.05% from 368); Max value from RGB is 166 - color contains mainly: red. Hex color #A64981 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64981 is #59B67E. Grayscale: #6B6B6B. Windows color (decimal): -5879423 or 8472998. OLE color: 8472998.

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

Color convert

RGB16673129-
CMYK00.560.220.35
HSL323.87º38.91%46.86%-
HSV(B)323.87º56.02%65.1%-
XYZ22.0714.4622.4-
YUV107.19140.31169.95-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.11%
GREEN value IS 73 (28.91% from 255) = 19.84%
BLUE value IS 129 (50.78% from 255) = 35.05%
R=45.11%
G=19.84%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667312900.560.220.35323.8738.9146.86
HexA649810381623144272f
Octal24611120107026435044757
Binary10100110100100110000001011100010110100011101000100100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64981; }

 p { color: rgb(166,73,129); }

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

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

 a { background-color: rgb(166,73,129); }

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

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

 span { border-color: rgb(166,73,129); }

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