#A64775

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

Shades of Royal Heath #A64775

Tints of Royal Heath #A64775

Color information

#A64775 (or 0xA64775) is unknown color: approx Royal Heath. HEX triplet: A6, 47 and 75. RGB value is (166,71,117). Sum of RGB (Red+Green+Blue) = 166+71+117=354 (46% of max value = 765). Red value is 166 (65.23% from 255 or 46.89% from 354); Green value is 71 (28.12% from 255 or 20.06% from 354); Blue value is 117 (46.09% from 255 or 33.05% from 354); Max value from RGB is 166 - color contains mainly: red. Hex color #A64775 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64775 is #59B88A. Grayscale: #686868. Windows color (decimal): -5879947 or 7686054. OLE color: 7686054.

HSL color Cylindrical-coordinate representation of color #A64775: hue angle of 330.95º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A64775 is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB16671117-
CMYK00.570.300.35
HSL330.95º40.08%46.47%-
HSV(B)330.95º57.23%65.1%-
XYZ21.1913.918.4-
YUV104.65134.97171.76-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.89%
GREEN value IS 71 (28.12% from 255) = 20.06%
BLUE value IS 117 (46.09% from 255) = 33.05%
R=46.89%
G=20.06%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667111700.570.300.35330.9540.0846.47
HexA647750391E2314b282e
Octal24610716507136435135056
Binary1010011010001111110101011100111110100011101001011101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64775; }

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

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

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

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

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

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

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

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