#A64374

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

Shades of Royal Heath #A64374

Tints of Royal Heath #A64374

Color information

#A64374 (or 0xA64374) is unknown color: approx Royal Heath. HEX triplet: A6, 43 and 74. RGB value is (166,67,116). Sum of RGB (Red+Green+Blue) = 166+67+116=349 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.56% from 349); Green value is 67 (26.56% from 255 or 19.20% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 166 - color contains mainly: red. Hex color #A64374 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64374 is #59BC8B. Grayscale: #666666. Windows color (decimal): -5880972 or 7619494. OLE color: 7619494.

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

Color convert

RGB16667116-
CMYK00.600.300.35
HSL330.3º42.49%45.69%-
HSV(B)330.3º59.64%65.1%-
XYZ20.8913.3818.01-
YUV102.19135.8173.52-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.56%
GREEN value IS 67 (26.56% from 255) = 19.20%
BLUE value IS 116 (45.70% from 255) = 33.24%
R=47.56%
G=19.20%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1666711600.600.300.35330.342.4945.69
HexA6437403C1E2314a2a2e
Octal24610316407436435125256
Binary1010011010000111110100011110011110100011101001010101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64374; }

 p { color: rgb(166,67,116); }

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

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

 a { background-color: rgb(166,67,116); }

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

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

 span { border-color: rgb(166,67,116); }

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