#A64274

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

Shades of Royal Heath #A64274

Tints of Royal Heath #A64274

Color information

#A64274 (or 0xA64274) is unknown color: approx Royal Heath. HEX triplet: A6, 42 and 74. RGB value is (166,66,116). Sum of RGB (Red+Green+Blue) = 166+66+116=348 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.70% from 348); Green value is 66 (26.17% from 255 or 18.97% from 348); Blue value is 116 (45.70% from 255 or 33.33% from 348); Max value from RGB is 166 - color contains mainly: red. Hex color #A64274 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64274 is #59BD8B. Grayscale: #656565. Windows color (decimal): -5881228 or 7619238. OLE color: 7619238.

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

Color convert

RGB16666116-
CMYK00.600.300.35
HSL330º43.1%45.49%-
HSV(B)330º60.24%65.1%-
XYZ20.8313.2617.99-
YUV101.6136.13173.93-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.70%
GREEN value IS 66 (26.17% from 255) = 18.97%
BLUE value IS 116 (45.70% from 255) = 33.33%
R=47.70%
G=18.97%
B=33.33%

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
Decimal1666611600.600.300.3533043.145.49
HexA6427403C1E2314a2b2d
Octal24610216407436435125355
Binary1010011010000101110100011110011110100011101001010101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64274; }

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

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

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

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

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

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

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

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