#A64D80

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

Shades of Royal Heath #A64D80

Tints of Royal Heath #A64D80

Color information

#A64D80 (or 0xA64D80) is unknown color: approx Royal Heath. HEX triplet: A6, 4D and 80. RGB value is (166,77,128). Sum of RGB (Red+Green+Blue) = 166+77+128=371 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.74% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 166 - color contains mainly: red. Hex color #A64D80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A64D80 is #59B27F. Grayscale: #6D6D6D. Windows color (decimal): -5878400 or 8408486. OLE color: 8408486.

HSL color Cylindrical-coordinate representation of color #A64D80: hue angle of 325.62º 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 #A64D80 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB16677128-
CMYK00.540.230.35
HSL325.62º36.63%47.65%-
HSV(B)325.62º53.61%65.1%-
XYZ22.2814.9722.14-
YUV109.42138.49168.35-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.74%
GREEN value IS 77 (30.47% from 255) = 20.75%
BLUE value IS 128 (50.39% from 255) = 34.50%
R=44.74%
G=20.75%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667712800.540.230.35325.6236.6347.65
HexA64D8003617231462530
Octal24611520006627435064560
Binary10100110100110110000000011011010111100011101000110100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64D80; }

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

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

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

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

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

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

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

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