#A64C75

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

Shades of Royal Heath #A64C75

Tints of Royal Heath #A64C75

Color information

#A64C75 (or 0xA64C75) is unknown color: approx Royal Heath. HEX triplet: A6, 4C and 75. RGB value is (166,76,117). Sum of RGB (Red+Green+Blue) = 166+76+117=359 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.24% from 359); Green value is 76 (30.08% from 255 or 21.17% from 359); Blue value is 117 (46.09% from 255 or 32.59% from 359); Max value from RGB is 166 - color contains mainly: red. Hex color #A64C75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64C75 is #59B38A. Grayscale: #6B6B6B. Windows color (decimal): -5878667 or 7687334. OLE color: 7687334.

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

Color convert

RGB16676117-
CMYK00.540.300.35
HSL332.67º37.19%47.45%-
HSV(B)332.67º54.22%65.1%-
XYZ21.5214.5618.51-
YUV107.58133.32169.67-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.24%
GREEN value IS 76 (30.08% from 255) = 21.17%
BLUE value IS 117 (46.09% from 255) = 32.59%
R=46.24%
G=21.17%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667611700.540.300.35332.6737.1947.45
HexA64C750361E2314d252f
Octal24611416506636435154557
Binary1010011010011001110101011011011110100011101001101100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64C75; }

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

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

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

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

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

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

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

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