#A6547C

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

Shades of Royal Heath #A6547C

Tints of Royal Heath #A6547C

Color information

#A6547C (or 0xA6547C) is unknown color: approx Royal Heath. HEX triplet: A6, 54 and 7C. RGB value is (166,84,124). Sum of RGB (Red+Green+Blue) = 166+84+124=374 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.39% from 374); Green value is 84 (33.20% from 255 or 22.46% from 374); Blue value is 124 (48.83% from 255 or 33.16% from 374); Max value from RGB is 166 - color contains mainly: red. Hex color #A6547C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6547C is #59AB83. Grayscale: #707070. Windows color (decimal): -5876612 or 8148134. OLE color: 8148134.

HSL color Cylindrical-coordinate representation of color #A6547C: hue angle of 330.73º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A6547C is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB16684124-
CMYK00.490.250.35
HSL330.73º32.8%49.02%-
HSV(B)330.73º49.4%65.1%-
XYZ22.5315.920.95-
YUV113.08134.17165.75-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.39%
GREEN value IS 84 (33.20% from 255) = 22.46%
BLUE value IS 124 (48.83% from 255) = 33.16%
R=44.39%
G=22.46%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668412400.490.250.35330.7332.849.02
HexA6547C031192314b2131
Octal24612417406131435134161
Binary1010011010101001111100011000111001100011101001011100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6547C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6547C; }

 p { color: rgb(166,84,124); }

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

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

 a { background-color: rgb(166,84,124); }

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

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

 span { border-color: rgb(166,84,124); }

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