#A64B71

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

Shades of Royal Heath #A64B71

Tints of Royal Heath #A64B71

Color information

#A64B71 (or 0xA64B71) is unknown color: approx Royal Heath. HEX triplet: A6, 4B and 71. RGB value is (166,75,113). Sum of RGB (Red+Green+Blue) = 166+75+113=354 (46% of max value = 765). Red value is 166 (65.23% from 255 or 46.89% from 354); Green value is 75 (29.69% from 255 or 21.19% from 354); Blue value is 113 (44.53% from 255 or 31.92% from 354); Max value from RGB is 166 - color contains mainly: red. Hex color #A64B71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64B71 is #59B48E. Grayscale: #6A6A6A. Windows color (decimal): -5878927 or 7424934. OLE color: 7424934.

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

Color convert

RGB16675113-
CMYK00.550.320.35
HSL334.95º37.76%47.25%-
HSV(B)334.95º54.82%65.1%-
XYZ21.2214.3317.27-
YUV106.54131.65170.41-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.89%
GREEN value IS 75 (29.69% from 255) = 21.19%
BLUE value IS 113 (44.53% from 255) = 31.92%
R=46.89%
G=21.19%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667511300.550.320.35334.9537.7647.25
HexA64B71037202314f262f
Octal24611316106740435174657
Binary10100110100101111100010110111100000100011101001111100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64B71; }

 p { color: rgb(166,75,113); }

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

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

 a { background-color: rgb(166,75,113); }

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

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

 span { border-color: rgb(166,75,113); }

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