#A6547F

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

Shades of Royal Heath #A6547F

Tints of Royal Heath #A6547F

Color information

#A6547F (or 0xA6547F) is unknown color: approx Royal Heath. HEX triplet: A6, 54 and 7F. RGB value is (166,84,127). Sum of RGB (Red+Green+Blue) = 166+84+127=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 84 (33.20% from 255 or 22.28% from 377); Blue value is 127 (50% from 255 or 33.69% from 377); Max value from RGB is 166 - color contains mainly: red. Hex color #A6547F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6547F is #59AB80. Grayscale: #717171. Windows color (decimal): -5876609 or 8344742. OLE color: 8344742.

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

Color convert

RGB16684127-
CMYK00.490.230.35
HSL328.54º32.8%49.02%-
HSV(B)328.54º49.4%65.1%-
XYZ22.7315.9821.97-
YUV113.42135.67165.5-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.03%
GREEN value IS 84 (33.20% from 255) = 22.28%
BLUE value IS 127 (50% from 255) = 33.69%
R=44.03%
G=22.28%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668412700.490.230.35328.5432.849.02
HexA6547F03117231492131
Octal24612417706127435114161
Binary1010011010101001111111011000110111100011101001001100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6547F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6547F; }

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

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

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

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

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

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

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

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