#A64C80

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

Shades of Royal Heath #A64C80

Tints of Royal Heath #A64C80

Color information

#A64C80 (or 0xA64C80) is unknown color: approx Royal Heath. HEX triplet: A6, 4C and 80. RGB value is (166,76,128). Sum of RGB (Red+Green+Blue) = 166+76+128=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 76 (30.08% from 255 or 20.54% from 370); Blue value is 128 (50.39% from 255 or 34.59% from 370); Max value from RGB is 166 - color contains mainly: red. Hex color #A64C80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64C80 is #59B37F. Grayscale: #6C6C6C. Windows color (decimal): -5878656 or 8408230. OLE color: 8408230.

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

Color convert

RGB16676128-
CMYK00.540.230.35
HSL325.33º37.19%47.45%-
HSV(B)325.33º54.22%65.1%-
XYZ22.2114.8322.11-
YUV108.84138.82168.77-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.86%
GREEN value IS 76 (30.08% from 255) = 20.54%
BLUE value IS 128 (50.39% from 255) = 34.59%
R=44.86%
G=20.54%
B=34.59%

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
Decimal1667612800.540.230.35325.3337.1947.45
HexA64C800361723145252f
Octal24611420006627435054557
Binary10100110100110010000000011011010111100011101000101100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64C80; }

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

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

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

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

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

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

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

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